Skip to main content

JoinOperand.CustomAggregateName Property

Gets or sets a custom aggregate function‘s name.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public string CustomAggregateName { get; set; }

Property Value

Type Description
String

A custom aggregate function’s name.

See Also