Skip to main content
All docs
V25.1
  • CalculationDirection Enum

    Lists possible calculation directions in a table.

    Namespace: DevExpress.Xpf.PivotGrid

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

    NuGet Package: DevExpress.Wpf.PivotGrid

    Declaration

    public enum CalculationDirection

    Members

    Name Description
    AcrossThenDown

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

    DownThenAcross

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

    Related API Members

    The following properties accept/return CalculationDirection values:

    See Also