Supplies information about a Expand event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class TreeExpandEventArgsSupplies information about a Expand event that is being raised.
public TreeExpandEventArgs()Gets or sets the children of the expanded RadzenTreeItem.
public TreeItemSettings Children { get; set; }
| Type | Description |
|---|---|
| TreeItemSettings | Gets or sets the children of the expanded RadzenTreeItem. |
Gets the Text the expanded RadzenTreeItem.
public string Text { get; set; }
| Type | Description |
|---|---|
| string | Gets the Text the expanded RadzenTreeItem. |
Gets the Value the expanded RadzenTreeItem.
public object Value { get; set; }
| Type | Description |
|---|---|
| object | Gets the Value the expanded RadzenTreeItem. |