CustomAggregateCollection.Add(IEnumerable<ICustomAggregate>) Method
Adds specified custom aggregate functions to the custom aggregate function collection.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable<ICustomAggregate> | Custom aggregate function items to be added to the custom aggregate function collection. |
See Also