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
Property Value
Type | Description |
---|---|
Int32[] | An array of all currently selected items in the control. |
See Also