DirectedCalculationBinding.Direction Property
In This Article
Gets or sets the direction of the calculation.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public CalculationDirection Direction { get; set; }
#Property Value
Type | Description |
---|---|
Calculation |
A Calculation |
Available values:
Name | Description |
---|---|
Across |
A calculation is performed horizontally through Pivot columns, then rows. |
Down |
A calculation is performed vertically through Pivot rows, then columns. |
See Also