ListBoxFormControl.SetSelected(Int32, Boolean) Method
Sets the specified item’s selection state.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The zero-based index of the item whose selection state should be changed. |
value | Boolean |
|
See Also