A newer version of this page is available.
Switch to the current version.
AggregateOperand.CustomAggregateName Property
Gets or sets a custom aggregate function's name. The property value cannot be null (Nothing in Visual Basic) or match a standard aggregate name: Sum, Min, Max, Avg, Count, Exists, or Single.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v19.2.dll
Declaration
public string CustomAggregateName { get; set; }
Public Property CustomAggregateName As String
Property Value
Type | Description |
---|---|
String | A custom aggregate function's name. This value cannot be null (Nothing in Visual Basic) or match a standard aggregate name: Sum, Min, Max, Avg, Count, Exists, or Single. |
Implements
DevExpress.Data.Filtering.Helpers.ICustomAggregateOperand.CustomAggregateName
See Also
Feedback