PivotGridScrolling Enum
Contains values that specify how the PivotGrid control is scrolled horizontally.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
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.