Namespace:DevExpress.Data.Filtering
Assembly:DevExpress.Data.v19.2.dll

Syntax
C# |
public static ICustomAggregate GetCustomAggregate(
string aggregateName
)
|
VB |
static Public Function GetCustomAggregate(
ByVal aggregateName As String
) As ICustomAggregate
|
Parameters
-
aggregateName
-
Type: 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.
Return value
Type:
ICustomAggregate
An ICustomAggregate object that corresponds to the aggregateName, if found; otherwise, null (Nothing in Visual Basic).

See Also