Skip to main content
All docs
V24.1
Row

ListBoxFormControl.SelectedIndices Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.1.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