CustomAggregateEvaluationContext<T>.ProcessValue(Func<T, T>) Method
Procecces the Value as directed in the parameter.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
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