Skip to main content

TableViewSelectMode Enum

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public enum TableViewSelectMode

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