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

JoinOperand.CustomAggregateName Property

Gets or sets a custom aggregate function‘s name.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v22.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