New to Telerik UI for BlazorStart a free 30-day trial

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

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class GridRowRenderEventArgs : EventArgs

Inheritance: objectEventArgsGridRowRenderEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public GridRowRenderEventArgs(object item)
Parameters:itemobject

Properties

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

C#
public string Class { get; set; }

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

C#
public object Item { get; set; }