Skip to main content
All docs
V25.1
  • MovingCalculationBindingBase.NextValuesCount Property

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

    Namespace: DevExpress.PivotGrid.DataBinding

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

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

    Declaration

    [DefaultValue(0)]
    public int NextValuesCount { get; set; }

    Property Value

    Type Default Description
    Int32 0

    The number of values.

    See Also