Skip to main content

ICustomAggregate.Name Property

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.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