Skip to main content

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.v23.2.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