CustomAggregateCollection.Add(ICustomAggregate) Method
Adds a specified custom aggregate function 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 |
---|---|---|
customAggregate | ICustomAggregate | A custom aggregate function to be added to the custom aggregate function collection. |
See Also