Skip to main content
All docs
V25.1
  • CustomAggregateCollection.Add(IEnumerable<ICustomAggregate>) Method

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

    Namespace: DevExpress.Data.Filtering

    Assembly: DevExpress.Data.v25.1.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