Supplies information about a RadzenDataGrid<T> event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class GroupRowRenderEventArgsSupplies information about a RadzenDataGrid<T> event that is being raised.
public GroupRowRenderEventArgs()Gets or sets the group row HTML attributes. They will apply to the table row (tr) element which RadzenDataGrid renders for every group row.
public IDictionary<string, object> Attributes { get; }
| Type | Description |
|---|---|
| IDictionary<string, object> | Gets or sets the group row HTML attributes. They will apply to the table row (tr) element which RadzenDataGrid renders for every group row. |
Gets or sets a value indicating whether this group row is expandable.
public bool Expandable { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether this group row is expandable. |
Gets or sets a value indicating whether this group row is expanded.
public bool? Expanded { get; set; }
| Type | Description |
|---|---|
| bool? | Gets or sets a value indicating whether this group row is expanded. |
Gets a value indicating whether this is the first time the RadzenGrid has rendered.
public bool FirstRender { get; }
| Type | Description |
|---|---|
| bool | Gets a value indicating whether this is the first time the RadzenGrid has rendered. |