Skip to main content

CustomAggregateCollection.Count Property

Gets the number of custom aggregate functions a collection contains.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public int Count { get; }

Property Value

Type Description
Int32

A number of custom aggregate functions in a collection.

See Also