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

MovingCalculationBinding.PreviousValuesCount Property

Gets or sets the number of values before the current value to include in the aggregation.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

public int PreviousValuesCount { get; set; }

Property Value

Type Description
Int32

The number of values.

See Also