Property SelectedListItems
SelectedListItems
Gets a collection containing the currently selected items in the control.
[Browsable(false)]
public virtual IReadOnlyList<ListControlItem> SelectedListItems { get; set; }
Property Value
- IReadOnlyList<ListControlItem>
A IReadOnlyList<T> containing the currently selected items in the control.
Remarks
For a multiple-selection StdTreeView, this property returns a collection containing all the items that are selected in the control. For a single-selection StdTreeView, this property returns a collection containing a single element containing the only selected item in the control.