Back to Devexpress

FormControlSelectionMode Enum

officefileapi-devexpress-dot-spreadsheet-9ff5bf19.md

latest1.2 KB
Original Source

FormControlSelectionMode Enum

Lists values that indicate selection modes available for the list box form control.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum FormControlSelectionMode
vb
Public Enum FormControlSelectionMode

Members

NameDescription
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.

|

The following properties accept/return FormControlSelectionMode values:

See Also

DevExpress.Spreadsheet Namespace