XPView.SkipReturnedRecords Property
Gets or sets the number of records to exclude when populating the view.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
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 Skip