CustomAggregateEvaluationContext<T>.ProcessValue(Func<T, T>) Method
Procecces the Value as directed in the parameter.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| processFunction | Func<T, T> | A delegate that processes the Value. |
Returns
| Type | Description |
|---|---|
| T | A Value that is the result of the processFunction. |
See Also