Skip to main content
A newer version of this page is available. .

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.v21.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