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