Property SelectedItems
SelectedItems
Gets a collection containing the currently selected items in the TreeView.
[Browsable(false)]
public virtual IReadOnlyList<TreeViewItem> SelectedItems { get; set; }
Property Value
- IReadOnlyList<TreeViewItem>
A IReadOnlyList<T> containing the currently selected items in the control.