Skip to main content

CustomAggregateEvaluationContext<T>.ProcessValue(Func<T, T>) Method

Procecces the Value as directed in the parameter.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public T ProcessValue(
    Func<T, T> processFunction
)

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