CriteriaOperator.GetCustomAggregates() Method
In This Article
Searches custom aggregate functions registered in an application via the RegisterCustomAggregate(ICustomAggregate) and RegisterCustomAggregates(IEnumerable<ICustomAggregate>) method calls.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public static CustomAggregateCollection GetCustomAggregates()
#Returns
Type | Description |
---|---|
Custom |
A collection of all registered custom aggregtate functions. |
See Also