Skip to main content
All docs
V26.1
  • DynamicCollectionBase.TopReturnedObjectsCount Property

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

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v26.1.dll

    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