Class
TreeListRowRenderEventArgs

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

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class TreeListRowRenderEventArgs : EventArgs

Inheritance: objectEventArgsTreeListRowRenderEventArgs

Inherited Members EventArgs.Empty

Constructors

TreeListRowRenderEventArgs(object)

Declaration

cs-api-definition
public TreeListRowRenderEventArgs(object item)

Parameters

item

object

Properties

Class

A custom class that can be set to the row.

Declaration

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

Property Value

string

Item

The item the row is bound to.

Declaration

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

Property Value

object