Class DataGridRowMouseEventArgs<T>
Supplies information about a RowClick or RowDoubleClick event that is being raised.
Inheritance
System.Object
DataGridRowMouseEventArgs<T>
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class DataGridRowMouseEventArgs<T> : Microsoft.AspNetCore.Components.Web.MouseEventArgs
Type Parameters
Name | Description |
---|---|
T |
Properties
Data
Gets the data item which the clicked DataGrid row represents.
Declaration
public T Data { get; }
Property Value
Type | Description |
---|---|
T |