Skip to main content
All docs
V25.1
  • ICustomAggregate Interface

    Declares the base functionality for custom aggregate functions.

    Namespace: DevExpress.Data.Filtering

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    #Declaration

    public interface ICustomAggregate

    The following members return ICustomAggregate objects:

    #Remarks

    Implement this interface to create a custom aggregate function. To support additional functionality with a custom aggregate function, implement the following interfaces:

    See Also