GroupRowRenderEventArgs Class

Supplies information about a RadzenDataGrid<T> event that is being raised.

Inheritance

Object

GroupRowRenderEventArgs

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class GroupRowRenderEventArgs

Constructors

GroupRowRenderEventArgslink

Supplies information about a RadzenDataGrid<T> event that is being raised.

Declaration
public GroupRowRenderEventArgs()

Properties

Attributeslink

Gets or sets the group row HTML attributes. They will apply to the table row (tr) element which RadzenDataGrid renders for every group row.

Declaration
public IDictionary<string, object> Attributes { get; }
Property Value
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.

Expandablelink

Gets or sets a value indicating whether this group row is expandable.

Declaration
public bool Expandable { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether this group row is expandable.

Expandedlink

Gets or sets a value indicating whether this group row is expanded.

Declaration
public bool? Expanded { get; set; }
Property Value
Type Description
bool?Gets or sets a value indicating whether this group row is expanded.

FirstRenderlink

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

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

Grouplink

Gets the data item which the current row represents.

Declaration
public Group Group { get; }
Property Value
Type Description
GroupGets the data item which the current row represents.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙