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.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public string CustomAggregateName { get; set; }

Property Value

Type Description
String

A custom aggregate function’s name.

See Also