Skip to main content

CustomAggregateCollection.Add(ICustomAggregate) Method

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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