MultiSelectMode Enum
In This Article
Lists values that specify the multiple selection mode.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Members
Name | Description |
---|---|
None
|
Multi-selection is disabled. |
Row
|
Allows you to click a row to add/remove it from the selection. |
Row
|
Allows you to use |
Cell
|
Allows you to click a cell to add/remove it from the selection. |
Cell
|
Allows you to use |
#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