Skip to main content
All docs
V25.1
  • ICustomAggregateConvertibleToExpression Interface

    In This Article

    Implemented by custom aggregate functions that can be converted to a LINQ expression.

    Namespace: DevExpress.Data.Filtering

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    #Declaration

    public interface ICustomAggregateConvertibleToExpression :
        ICustomAggregate

    #Remarks

    Implement this interface in addition to the ICustomAggregate interface to make your custom aggregate function convertible to a LINQ Expression.

    See Also