DirectedCalculationBinding Class
In This Article
Base class to specify calculations whose result is dependent on the direction of the calculation. Used as a PivotGrid’s field calculation data binding in Optimized mode.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public abstract class DirectedCalculationBinding :
CalculationBinding
#Remarks
For an example of use, review the Optimized Mode and Data Binding API topic.
#Inheritance
See Also