TreeExpandEventArgs Class

Supplies information about a Expand event that is being raised.

Inheritance

Object

TreeExpandEventArgs

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class TreeExpandEventArgs

Constructors

TreeExpandEventArgslink

Supplies information about a Expand event that is being raised.

Declaration
public TreeExpandEventArgs()

Properties

Childrenlink

Gets or sets the children of the expanded RadzenTreeItem.

Declaration
public TreeItemSettings Children { get; set; }
Property Value
Type Description
TreeItemSettingsGets or sets the children of the expanded RadzenTreeItem.

Textlink

Gets the Text the expanded RadzenTreeItem.

Declaration
public string Text { get; set; }
Property Value
Type Description
stringGets the Text the expanded RadzenTreeItem.

Valuelink

Gets the Value the expanded RadzenTreeItem.

Declaration
public object Value { get; set; }
Property Value
Type Description
objectGets the Value the expanded RadzenTreeItem.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙