Skip to main content

MultiSelectMode Enum

Lists values that specify the selection mode.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public enum MultiSelectMode

Members

Name Description
None

Multi-selection is disabled.

Row

Simple selection of multiple rows.

RowExtended

Extended selection of multiple rows.

Cell

Simple selection of multiple cells.

CellExtended

Extended selection of multiple cells.

Related API Members

The following properties accept/return MultiSelectMode values:

Remarks

The values listed by this enumeration are used to set the DataControlBase.SelectionMode property’s value.

See Also