Skip to main content

SelectMode Enum

Lists values that specify the selection mode.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public enum SelectMode

#Members

Name Description
None

Multiple cell selection is disabled.

SolidSelection

An end-user can select a continuous block of cells.

MultiSelection

An end-user can select several blocks of cells.

#Passed To

You can pass SelectMode values to the PivotGridControl.SelectMode property.

#Remarks

Values listed by this enumeration are used to set the PivotGridControl.SelectMode property.

See Also