Supplies information about a RadzenTree item render event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class TreeItemRenderEventArgsSupplies information about a RadzenTree item render event that is being raised.
public TreeItemRenderEventArgs()Gets or sets the item HTML attributes.
public IDictionary<string, object> Attributes { get; }
| Type | Description |
|---|---|
| IDictionary<string, object> | Gets or sets the item HTML attributes. |
Gets or sets a value indicating whether this item is checked.
public bool? Checked { get; set; }
| Type | Description |
|---|---|
| bool? | Gets or sets a value indicating whether this item is checked. |
Gets child items.
public Collections.IEnumerable Data { get; }
| Type | Description |
|---|---|
| Collections.IEnumerable | Gets child items. |
Gets tree item.
public object Value { get; }
| Type | Description |
|---|---|
| object | Gets tree item. |