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

DynamicCollectionBase.TopReturnedObjectsCount Property

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

Namespace: DevExpress.ExpressApp

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