Back to Devexpress

PivotGridScrolling Enum

windowsforms-devexpress-dot-xtrapivotgrid-7655fe3d.md

latest2.0 KB
Original Source

PivotGridScrolling Enum

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public enum PivotGridScrolling
vb
Public Enum PivotGridScrolling

Members

NameDescription
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.

|

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

HorizontalScrolling

DevExpress.XtraPivotGrid Namespace