Skip to main content
All docs
V25.1
  • CalculationBinding Class

    The base class used to specify a PivotGrid’s field calculation data binding in Optimized mode.

    Namespace: DevExpress.Xpf.PivotGrid

    Assembly: DevExpress.Xpf.PivotGrid.v25.1.dll

    NuGet Package: DevExpress.Wpf.PivotGrid

    Declaration

    public abstract class CalculationBinding :
        DataBinding

    Remarks

    For an example of use, review the Optimized Mode and Data Binding API topic.

    See Also