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.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | TInput | The initial aggregated value type. |
See Also