wpf-devexpress-dot-xpf-dot-pivotgrid-2ea841a7.md
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.v25.2.dll
NuGet Package : DevExpress.Wpf.PivotGrid
public abstract class DirectedCalculationBinding :
CalculationBinding
Public MustInherit Class DirectedCalculationBinding
Inherits CalculationBinding
For an example of use, review the Optimized Mode and Data Binding API topic.
Show 13 items
Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DXFrameworkContentElement DataBinding CalculationBinding DirectedCalculationBinding DifferenceBinding
See Also