Skip to main content
All docs
V25.1
  • CustomAggregateCollection.Count Property

    Gets the number of custom aggregate functions a collection contains.

    Namespace: DevExpress.Data.Filtering

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