Property SelectedIndices
SelectedIndices
A collection of the indices of the selected items in the list box. If there are no selected items in the list box, the result is an empty collection.
[Browsable(false)]
public virtual IReadOnlyList<int> SelectedIndices { get; set; }