Skip to main content
All docs
V23.2
Row

ListBoxFormControl.SelectedIndices Property

Gets indexes of all currently selected items in the list box form control.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

int[] SelectedIndices { get; }

Property Value

Type Description
Int32[]

An array of all currently selected items in the control.

See Also