DirectedCalculationBindingBase.Direction Property
In This Article
Gets or sets the direction of the calculation.
Namespace: DevExpress.PivotGrid.DataBinding
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
[DefaultValue(CalculationDirection.AcrossThenDown)]
public CalculationDirection Direction { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Calculation |
Across |
A Calculation |
Available values:
Name | Description | Example |
---|---|---|
Across |
A calculation is performed horizontally through Pivot columns, then rows. |
|
Down |
A calculation is performed vertically through Pivot rows, then columns. |
See Also