Back to Devexpress

GridMultiSelectMode Enum

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-d12df81e.md

latest2.2 KB
Original Source

GridMultiSelectMode Enum

Provides values that specify whether multiple cells or rows can be selected.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public enum GridMultiSelectMode
vb
Public Enum GridMultiSelectMode

Members

NameDescription
RowSelect

Multiple rows can be selected via the mouse and keyboard. Individual cells cannot be selected.

| | CellSelect |

Individual cells and blocks of cells can be selected. This option is not supported in Advanced Banded Grid Views.

| | CheckBoxRowSelect |

Multiple rows can be selected via the mouse, keyboard and built-in Check column (which displays check boxes in each row). Individual cells cannot be selected.

|

The following properties accept/return GridMultiSelectMode values:

Remarks

This enumeration’s value are accepted by the GridOptionsSelection.MultiSelectMode property. Note that if you want to turn multuple row\cell selection on, you must also enable the ColumnViewOptionsSelection.MultiSelect property.

See Also

DevExpress.XtraGrid.Views.Grid Namespace