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

    FetchObjectsEventArgs.TopReturnedObjects Property

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

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    public int TopReturnedObjects { get; }

    Property Value

    Type Description
    Int32

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

    See Also