Skip to main content
All docs
V25.1
  • CustomAggregateCollection Class

    Represents a collection to store a list of custom aggregate functions.

    Namespace: DevExpress.Data.Filtering

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    #Declaration

    public class CustomAggregateCollection :
        ICollection<ICustomAggregate>,
        IEnumerable<ICustomAggregate>,
        IEnumerable

    The following members return CustomAggregateCollection objects:

    Library Related API Members
    Cross-Platform Class Library CriteriaOperator.GetCustomAggregates()
    XPO (.NET ORM Library) XPDictionary.CustomAggregates

    #Inheritance

    Object
    CustomAggregateCollection
    See Also