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

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

    Namespace: DevExpress.Data.Filtering

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

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

    Inheritance

    Object
    CustomAggregateCollection
    See Also