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.v26.1.Core.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | TInput | The initial aggregated value type. |
See Also