FormControlSelectionMode Enum
Lists values that indicate selection modes available for the list box form control.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description |
---|---|
Single
|
A single item can be selected. |
Multiple
|
Multiple items can be selected. |
Extended
|
Multiple items can be selected, and the user can use the SHIFT, CTRL, and arrow keys to select items. |
Related API Members
The following properties accept/return FormControlSelectionMode values:
See Also