ICustomAggregate.Name Property
When implemented by a custom aggregate function, specifies its name.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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