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.v14.2.Core.dll

#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