Skip to main content
.NET 6.0+

DynamicCollectionBase.TopReturnedObjectsCount Property

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

Namespace: DevExpress.ExpressApp

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