Skip to main content
All docs
V26.1
  • 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.v26.1.Core.dll

    Declaration

    [DefaultValue(2)]
    public int PreviousValuesCount { get; set; }

    Property Value

    Type Default Description
    Int32 2

    The number of values.

    See Also