Skip to main content
A newer version of this page is available. .

ICustomAggregate.Name Property

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

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.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