Skip to main content

MovingCalculationBindingBase.PreviousValuesCount Property

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

Namespace: DevExpress.PivotGrid.DataBinding

Assembly: DevExpress.PivotGrid.v24.1.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[XtraSerializableProperty]
public int PreviousValuesCount { get; set; }

Property Value

Type Description
Int32

The number of values.

See Also