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

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

    Namespace: DevExpress.Data.Filtering

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