Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

FetchObjectsEventArgs.TopReturnedObjects Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.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