Skip to main content
All docs
V25.1
  • ICustomAggregateFunctionContext<TInput, TOutput>.Process(TInput) Method

    Processes every element of a collection supplied to the custom aggregate function.

    Namespace: DevExpress.DataProcessing.Criteria

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

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

    Declaration

    void Process(
        TInput value
    )

    Parameters

    Name Type Description
    value TInput

    The initial aggregated value type.

    See Also