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