TableViewSelectMode Enum
In This Article
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
Refer to the Row Selection topic for more information.
See Also