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.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.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