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

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

    Namespace: DevExpress.Xpf.PivotGrid

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

    NuGet Package: DevExpress.Wpf.PivotGrid

    Declaration

    public int NextValuesCount { get; set; }

    Property Value

    Type Description
    Int32

    The number of values.

    See Also