Skip to main content
All docs
V25.1
  • .NET 8.0+

    DynamicCollectionBase.TopReturnedObjectsCount Property

    Specifies the maximum number of objects that can be retrieved from the collection.

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    public int TopReturnedObjectsCount { get; set; }

    Property Value

    Type Description
    Int32

    The maximum number of objects that can be retrieved from the collection.

    See Also