Skip to main content
All docs
V23.2
Row

FormControlSelectionMode Enum

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public enum FormControlSelectionMode

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