Skip to main content
All docs
V25.1
  • CustomAggregateCollection.Add(ICustomAggregate) Method

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

    Namespace: DevExpress.Data.Filtering

    Assembly: DevExpress.Data.v25.1.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