Skip to main content
A newer version of this page is available. .

CustomAggregateCollection.Add(ICustomAggregate) Method

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v19.2.dll

Declaration

public void Add(
    ICustomAggregate customAggregate
)

Parameters

Name Type Description
customAggregate ICustomAggregate

A custom aggregate function to be added to the custom aggregate function collection.

See Also