Class DataGridRenderEventArgs<T>
Supplies information about a Render event that is being raised.
Inheritance
System.Object
DataGridRenderEventArgs<T>
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class DataGridRenderEventArgs<T> : object
Type Parameters
Name | Description |
---|---|
T |
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 |
---|---|
System.Boolean |
|
Grid
Gets the instance of the RadzenDataGrid component which has rendered.
Declaration
public RadzenDataGrid<T> Grid { get; }
Property Value
Type | Description |
---|---|
RadzenDataGrid<T> |