Skip to main content

ICustomAggregate Interface

Declares the base functionality for custom aggregate functions.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.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