DataGridRenderEventArgs<T> Class

Supplies information about a Render event that is being raised.

Inheritance

Object

DataGridRenderEventArgs<T>

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class DataGridRenderEventArgs<T>

Type Parameters

Name Description
TThe data item type.

Constructors

DataGridRenderEventArgs<T>link

Supplies information about a Render event that is being raised.

Declaration
public DataGridRenderEventArgs<T>()

Properties

FirstRenderlink

Gets a value indicating whether this is the first time the RadzenDataGrid has rendered.

Declaration
public bool FirstRender { get; }
Property Value
Type Description
boolGets a value indicating whether this is the first time the RadzenDataGrid has rendered.

Gridlink

Gets the instance of the RadzenDataGrid component which has rendered.

Declaration
public RadzenDataGrid<T> Grid { get; }
Property Value
Type Description
RadzenDataGrid<T>Gets the instance of the RadzenDataGrid component which has rendered.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙