Class DataGridRenderEventArgs<T>
Supplies information about a Render event that is being raised.
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class DataGridRenderEventArgs<T>
Type Parameters
Name | Description |
---|---|
T |
Constructors
DataGridRenderEventArgs()
Supplies information about a Render event that is being raised.
Declaration
public DataGridRenderEventArgs()
Properties
FirstRender
Gets a value indicating whether this is the first time the RadzenDataGrid has rendered.
Declaration
public bool FirstRender { get; }
Property Value
Type | Description |
---|---|
bool |
|
Grid
Gets the instance of the RadzenDataGrid component which has rendered.
Declaration
public RadzenDataGrid<T> Grid { get; }
Property Value
Type | Description |
---|---|
RadzenDataGrid<T> |