TreeItemRenderEventArgs Class

Supplies information about a RadzenTree item render event that is being raised.

Inheritance

Object

TreeItemRenderEventArgs

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class TreeItemRenderEventArgs

Constructors

TreeItemRenderEventArgslink

Supplies information about a RadzenTree item render event that is being raised.

Declaration
public TreeItemRenderEventArgs()

Properties

Attributeslink

Gets or sets the item HTML attributes.

Declaration
public IDictionary<string, object> Attributes { get; }
Property Value
Type Description
IDictionary<string, object>Gets or sets the item HTML attributes.

Checkedlink

Gets or sets a value indicating whether this item is checked.

Declaration
public bool? Checked { get; set; }
Property Value
Type Description
bool?Gets or sets a value indicating whether this item is checked.

Datalink

Gets child items.

Declaration
public Collections.IEnumerable Data { get; }
Property Value
Type Description
Collections.IEnumerableGets child items.

Valuelink

Gets tree item.

Declaration
public object Value { get; }
Property Value
Type Description
objectGets tree item.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙