Class GridRowRenderEventArgs
The class that describes the event arguments to the grid row render event.
Inheritance
System.Object
GridRowRenderEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GridRowRenderEventArgs : EventArgs
Constructors
GridRowRenderEventArgs(Object)
Declaration
public GridRowRenderEventArgs(object item)
Parameters
System.Object
item
|
Properties
Class
A custom class that can be set to the table row element.
Declaration
public string Class { get; set; }
Property Value
System.String
|
Item
The data item, which the table row is bound to.
Declaration
public object Item { get; set; }
Property Value
System.Object
|