Class
GridRowRenderEventArgs

The class that describes the event arguments to the grid row render event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class GridRowRenderEventArgs : EventArgs

Inheritance: objectEventArgsGridRowRenderEventArgs

Inherited Members EventArgs.Empty

Constructors

GridRowRenderEventArgs(object)

Declaration

cs-api-definition
public GridRowRenderEventArgs(object item)

Parameters

item

object

Properties

Class

A custom class that can be set to the table row element.

Declaration

cs-api-definition
public string Class { get; set; }

Property Value

string

Item

The data item, which the table row is bound to.

Declaration

cs-api-definition
public object Item { get; set; }

Property Value

object