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

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

    Namespace: DevExpress.Data.Filtering

    Assembly: DevExpress.Data.v26.1.dll

    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