Back to Devexpress

CalculationDirection Enum

corelibraries-devexpress-dot-xtrapivotgrid-4832db63.md

latest1.6 KB
Original Source

CalculationDirection Enum

Lists possible calculation directions in a table.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum CalculationDirection
vb
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum CalculationDirection

Members

NameDescriptionExample
AcrossThenDown

A calculation is performed horizontally through Pivot columns, then rows.

|

| | DownThenAcross |

A calculation is performed vertically through Pivot rows, then columns.

|

|

The following properties accept/return CalculationDirection values:

See Also

DevExpress.XtraPivotGrid Namespace