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.v21.2.dll

NuGet Package: 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