Skip to main content

MultiSelectMode Enum

Lists values that specify the multiple selection mode.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public enum MultiSelectMode

Members

Name Description
None

Multi-selection is disabled.

Row

Allows you to click a row to add/remove it from the selection.

RowExtended

Allows you to use Ctrl and Shift keys to select multiple rows.

Cell

Allows you to click a cell to add/remove it from the selection.

CellExtended

Allows you to use Ctrl and Shift keys to select 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