RowRenderEventArgs<T> Class

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

Inheritance

Object

RowRenderEventArgs<T>

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class RowRenderEventArgs<T>

Type Parameters

Name Description
TThe data item type.

Constructors

RowRenderEventArgs<T>link

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

Declaration
public RowRenderEventArgs<T>()

Properties

Attributeslink

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

Declaration
public IDictionary<string, object> Attributes { get; }
Property Value
Type Description
IDictionary<string, object>Gets or sets the row HTML attributes. They will apply to the table row (tr) element which RadzenDataGrid renders for every row.

Datalink

Gets the data item which the current row represents.

Declaration
public T Data { get; }
Property Value
Type Description
TGets the data item which the current row represents.

Expandablelink

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

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

Indexlink

Gets or sets a value indicating row index.

Declaration
public int Index { get; set; }
Property Value
Type Description
intGets or sets a value indicating row index.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙