Back to Devexpress

CalculationDirection Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-d179453b.md

latest1.1 KB
Original Source

CalculationDirection Enum

Lists possible calculation directions in a table.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public enum CalculationDirection
vb
Public Enum CalculationDirection

Members

NameDescription
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.Xpf.PivotGrid Namespace