Table of Contents

Property SelectedIndices

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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; }

Property Value

IReadOnlyList<int>