Skip to main content
A newer version of this page is available. .

ElementSelectionMode Enum

Defines the selection behavior for DevExpress controls.

Namespace: DevExpress.Core

Assembly: DevExpress.Core.v19.2.dll

Declaration

public enum ElementSelectionMode

Members

Name Description
None

Selection is disabled.

Single

The user can select only one item at a time.

Multiple

The user can select multiple items without holding down a modifier key.

Extended

The user can select multiple consecutive items while holding down the SHIFT key.

Related API Members

The following properties accept/return ElementSelectionMode values:

See Also