Skip to main content
A newer version of this page is available. .

ICustomAggregate Interface

Declares the base functionality for custom aggregate functions.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.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