Class RowDataBoundEventArgs<T>
Defines the event arguments of row databound.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class RowDataBoundEventArgs<T> : GridEventBaseArgs
Type Parameters
Name | Description |
---|---|
T | TValue of the grid component. |
Constructors
RowDataBoundEventArgs()
Declaration
public RowDataBoundEventArgs()
Properties
Data
Defines the current row data.
Declaration
public T Data { get; set; }
Property Value
Type | Description |
---|---|
T |
Row
Defines the row element.
Declaration
public CellDOM Row { get; set; }
Property Value
Type | Description |
---|---|
CellDOM |
RowHeight
Defines the row height.
Declaration
public double RowHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |