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

CustomAggregateCollection Class

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

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

Inheritance

Object
CustomAggregateCollection
See Also