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