ICustomAggregate.CreateEvaluationContext() Method
In This Article
An object that stores the result’s intermediate state between the Process(Object, Object[]) method calls.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Returns
Type | Description |
---|---|
Object | An object that stores the result’s intermediate state between the Process |
#Remarks
This method is called automatically if the aggregate function is calculated on the client side.
See Also