Skip to main content
A newer version of this page is available. .

DirectedCalculationBindingBase Class

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.PivotGrid.DataBinding

Assembly: DevExpress.PivotGrid.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public abstract class DirectedCalculationBindingBase :
    CalculationBindingBase
See Also