Supplies information about a Render event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class DataGridRenderEventArgs<T>| Name | Description |
|---|---|
| T | The data item type. |
Supplies information about a Render event that is being raised.
public DataGridRenderEventArgs<T>()Gets a value indicating whether this is the first time the RadzenDataGrid has rendered.
public bool FirstRender { get; }
| Type | Description |
|---|---|
| bool | Gets a value indicating whether this is the first time the RadzenDataGrid has rendered. |
Gets the instance of the RadzenDataGrid component which has rendered.
public RadzenDataGrid<T> Grid { get; }
| Type | Description |
|---|---|
| RadzenDataGrid<T> | Gets the instance of the RadzenDataGrid component which has rendered. |