Skip to main content
All docs
V25.1
  • DirectedCalculationBindingBase.Direction Property

    Gets or sets the direction of the calculation.

    Namespace: DevExpress.PivotGrid.DataBinding

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

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

    #Declaration

    [DefaultValue(CalculationDirection.AcrossThenDown)]
    public CalculationDirection Direction { get; set; }

    #Property Value

    Type Default Description
    CalculationDirection AcrossThenDown

    A CalculationDirection enumeration member that specifies the direction in a table.

    Available values:

    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

    See Also