Class TreeExpandEventArgs
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Supplies information about a Expand event that is being raised.
public class TreeExpandEventArgs
- Inheritance
-
TreeExpandEventArgs
- Inherited Members
Constructors
TreeExpandEventArgs()
public TreeExpandEventArgs()
Properties
Children
Gets or sets the children of the expanded RadzenTreeItem.
public TreeItemSettings Children { get; set; }
Property Value
- TreeItemSettings
The children.
Text
Gets the Value the expanded RadzenTreeItem.
public string Text { get; set; }
Property Value
Value
Gets the Text the expanded RadzenTreeItem.
public object Value { get; set; }