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