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

MultiSelectMode Enum

Lists values that specify the selection mode.

Namespace: DevExpress.Xpf.Grid

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

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