Skip to main content

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.v23.2.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