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

CustomAggregateEvaluationContext<T> Class

Can be used as a value type context in CreateEvaluationContext(), Process(Object, Object[]), and GetResult(Object) methods.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v19.2.dll

Declaration

public class CustomAggregateEvaluationContext<T>

Type Parameters

Name Description
T

The custom aggregate function context’s value type.

Inheritance

Object
CustomAggregateEvaluationContext<T>
See Also