Class DataGridRowMouseEventArgs<T>
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Supplies information about a RowClick or RowDoubleClick event that is being raised.
public class DataGridRowMouseEventArgs<T> : MouseEventArgs
Type Parameters
T
- Inheritance
-
DataGridRowMouseEventArgs<T>
- Inherited Members
Constructors
DataGridRowMouseEventArgs()
public DataGridRowMouseEventArgs()
Properties
Data
Gets the data item which the clicked DataGrid row represents.
public T Data { get; }
Property Value
- T