Skip to main content
All docs
V25.1
  • 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

    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