Property SelectedItems
SelectedItems
Gets the selected items in the tree view.
public virtual IEnumerable<TreeControlItem> SelectedItems { get; }
Property Value
- IEnumerable<TreeControlItem>
The selected TreeControlItem items in the tree view.
Gets the selected items in the tree view.
public virtual IEnumerable<TreeControlItem> SelectedItems { get; }
The selected TreeControlItem items in the tree view.