XPCursor.TopReturnedObjects Property
Gets or sets the maximum number of objects retrieved by the XPCursor collection.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value which specifies the maximum number of objects retrieved by the collection. A 0 value indicates that all objects which match the criteria and sort order will be retrieved. |
Remarks
If the property’s value is greater than 0, only the first TopReturnedObjects objects that match the collection’s criteria and sort order are loaded. Furthermore, the maximum number of objects that can be loaded at a time is specified by the XPCursor.PageSize property.