Skip to main content

ElementSelectionMode Enum

Defines the selection behavior for DevExpress controls.

Namespace: DevExpress.Core

Assembly: DevExpress.Core.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

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