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

    Lists possible calculation directions in a table.

    Namespace: DevExpress.XtraPivotGrid

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

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

    #Declaration

    [ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
    public enum CalculationDirection

    #Members

    Name Description Example
    AcrossThenDown

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

    Pivot_CalculateAlongColumnsRows

    DownThenAcross

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

    Pivot_CalculateAlongRowsColumns

    #Related API Members

    The following properties accept/return CalculationDirection values:

    See Also