Skip to main content
A newer version of this page is available. .

PivotGridScrolling Enum

Contains values that specify how the PivotGrid control is scrolled horizontally.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

Declaration

public enum PivotGridScrolling

Members

Name Description
CellsArea

Specifies that cells within the Data Area are scrolled when the control is scrolled horizontally. The filter fields and column fields are not moved.

Control

Specifies that the filter fields and column fields are scrolled when the control is scrolled horizontally.

Related API Members

The following properties accept/return PivotGridScrolling values:

Remarks

Use the PivotGridOptionsBehavior.HorizontalScrolling property of the PivotGridScrolling type to specify how the PivotGrid control should be scrolled horizontally.

See Also