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

ICustomAggregateBrowsable Interface

Allows you to define a description of a custom aggregate function that appears in the Expression Editor, and validate the number of arguments and their type.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v22.1.dll

NuGet Package: DevExpress.Data

Declaration

public interface ICustomAggregateBrowsable :
    ICustomAggregate

Remarks

Review the following help topic for an implementation example: Custom Aggregate Functions.

See Also