Skip to main content

CustomAggregateCollection.Add(IEnumerable<ICustomAggregate>) Method

Adds specified custom aggregate functions to the custom aggregate function collection.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public void Add(
    IEnumerable<ICustomAggregate> items
)

Parameters

Name Type Description
items IEnumerable<ICustomAggregate>

Custom aggregate function items to be added to the custom aggregate function collection.

See Also