Back to Devexpress

TableViewSelectMode Enum

wpf-devexpress-dot-xpf-dot-grid-597782d7.md

latest1.1 KB
Original Source

TableViewSelectMode Enum

Lists values that specify the selection mode in a Table View.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public enum TableViewSelectMode
vb
Public Enum TableViewSelectMode

Members

NameDescription
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

DevExpress.Xpf.Grid Namespace