Skip to main content
All docs
V26.1
  • FetchObjectsEventArgs.TopReturnedObjects Property

    Specifies the maximum number of objects DynamicCollection gets from the Objects collection.

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v26.1.dll

    Declaration

    public int TopReturnedObjects { get; }

    Property Value

    Type Description
    Int32

    The maximum number of objects DynamicCollection gets from the Objects collection.

    See Also