CalculationDirection Enum
In This Article
Lists possible calculation directions in a table.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Members
Name | Description | Example |
---|---|---|
Across
|
A calculation is performed horizontally through Pivot columns, then rows. |
|
Down
|
A calculation is performed vertically through Pivot rows, then columns. |
#Related API Members
The following properties accept/return CalculationDirection values:
See Also