Back to Devexpress

ListBoxFormControl.SelectionMode Property

officefileapi-devexpress-dot-spreadsheet-dot-listboxformcontrol.md

latest1.5 KB
Original Source

ListBoxFormControl.SelectionMode Property

Gets or sets whether a single or multiple items can be selected.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
FormControlSelectionMode SelectionMode { get; set; }
vb
Property SelectionMode As FormControlSelectionMode

Property Value

TypeDescription
FormControlSelectionMode

An enumeration value that indicates the selection mode of the list box form control.

|

Available values:

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.

|

See Also

ListBoxFormControl Interface

ListBoxFormControl Members

DevExpress.Spreadsheet Namespace