Skip to main content
All docs
V23.2

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.v23.2.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