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