Skip to main content
All docs
V25.1
  • ICustomAggregate.CreateEvaluationContext() Method

    An object that stores the result’s intermediate state between the Process(Object, Object[]) method calls.

    Namespace: DevExpress.Data.Filtering

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    object CreateEvaluationContext()

    Returns

    Type Description
    Object

    An object that stores the result’s intermediate state between the Process(Object, Object[]) method calls.

    Remarks

    This method is called automatically if the aggregate function is calculated on the client side.

    See Also