[go: up one dir, main page]

Skip to main content
All docs
V25.1
  • 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.v25.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