XPView.SkipReturnedRecords Property
Gets or sets the number of records to exclude when populating the view.
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 | Default | Description |
---|---|---|
Int32 | 0 | An integer value that specifies the number of records to exclude when populating the view. 0 indicates that records are not excluded. |
Remarks
If the property value is greater than 0, then the view skips the first SkipReturnedRecords records which match the view’s XPView.Criteria, and retrieves the number of records specified by the XPView.TopReturnedRecords property. So, SkipReturnedRecords is applied before XPView.TopReturnedRecords.
Note
Use the SkipReturnedRecords property to adjust an XPView‘s record retrieval options before it’s loaded. Once the view is loaded, changing this property has no effect. To make the changes take effect, you need to manually reload the view.