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

MovingCalculationBinding Class

Specifies aggregations across a specified number of values before and/or after the current value. Used as a PivotGrid’s field calculation databinding in Optimized mode.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

public class MovingCalculationBinding :
    DirectedCalculationBinding

Remarks

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

See Also