CustomAggregateCollection Class
In This Article
Represents a collection to store a list of custom aggregate functions.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public class CustomAggregateCollection :
ICollection<ICustomAggregate>,
IEnumerable<ICustomAggregate>,
IEnumerable
#Related API Members
The following members return CustomAggregateCollection objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Criteria |
XPO (. |
XPDictionary. |
See Also