Skip to main content

MultiSelectMode Enum

Lists values that specify the selection mode.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public enum MultiSelectMode

Members

Name Description
None

Multi-selection is disabled.

Row

Allows selection of multiple rows.

Cell

Allows selection of multiple cells.

MultipleRow

Allows toggling the selection of multiple rows.

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