Class TreeItemRenderEventArgs
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Supplies information about a RadzenTree item render event that is being raised.
public class TreeItemRenderEventArgs
- Inheritance
-
TreeItemRenderEventArgs
- Inherited Members
Constructors
TreeItemRenderEventArgs()
public TreeItemRenderEventArgs()
Properties
Attributes
Gets or sets the item HTML attributes.
public IDictionary<string, object> Attributes { get; }
Property Value
Checked
Gets or sets a value indicating whether this item is checked.
public bool? Checked { get; set; }
Property Value
- bool?
true
if expanded; otherwise,false
.
Data
Gets child items.
public IEnumerable Data { get; }
Property Value
Value
Gets tree item.
public object Value { get; }