Class
DropDownTreeItemRenderEventArgs

Event arguments for the OnItemRender event. Allows customization of individual tree item rendering.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DropDownTreeItemRenderEventArgs

Inheritance: objectDropDownTreeItemRenderEventArgs

Constructors

DropDownTreeItemRenderEventArgs()

Declaration

cs-api-definition
public DropDownTreeItemRenderEventArgs()

Properties

Class

Custom CSS class to apply to the tree item element. Set this property to add styling to specific items.

Declaration

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

Property Value

string

Item

The data item being rendered. Use to make styling decisions based on item properties.

Declaration

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

Property Value

object