Property SelectedItem
SelectedItem
Gets or sets the selected item in the tree view.
[Browsable(false)]
public virtual TreeControlItem? SelectedItem { get; set; }
Property Value
- TreeControlItem
The selected TreeControlItem.
Gets or sets the selected item in the tree view.
[Browsable(false)]
public virtual TreeControlItem? SelectedItem { get; set; }
The selected TreeControlItem.