TableViewSelectMode Enum
Lists values that specify the selection mode in a Table View.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Members
Name | Description |
---|---|
None
|
Multi-selection is disabled. |
Row
|
Allows selection of multiple rows. |
Cell
|
Allows selection of multiple cells. |
Remarks
The values listed by this enumeration are used to set the TableView.MultiSelectMode property’s value.
See Also