Skip to main content
All docs
V25.1
  • ICustomAggregate.Name Property

    When implemented by a custom aggregate function, specifies its name.

    Namespace: DevExpress.Data.Filtering

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    string Name { get; }

    Property Value

    Type Description
    String

    The custom aggregate’s name use to identify a custom aggregate function.

    Remarks

    The Name value must be unique and does not allow standard aggregate names, for example, Min, Max, Sum, Avg, Single, Exists, and Count.

    See Also