Class TreeViewItemRenderEventArgs
The class that describes the event arguments of the OnItemRender event of the TreeView.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TreeViewItemRenderEventArgs : TreeViewEventArgsBase
Constructors
TreeViewItemRenderEventArgs(Object)
Declaration
public TreeViewItemRenderEventArgs(object item)
Parameters
System.Object
item
|
Properties
Class
A custom class that can be set to the node.
Declaration
public string Class { get; set; }
Property Value
System.String
|