XPPageSelector Class
Presents the XPCollection as a pageable 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
Remarks
The XPPageSelector component can be used at design time to split the contents of the specified XPCollection to pages. The XPPageSelector.Collection property specifies the collection that the XPPageSelector is bound to. The page’s size is specified by the XPPageSelector.PageSize property.
Unlike the XPCursor, XPPageSelector doesn’t provide object enumeration and adjustment of a collection’s criteria.
Note
You can try the functionality described here in the Data Representation | Pagination section of the XPO Tutorials demo (C:\Users\Public\Documents\DevExpress Demos 24.1\Components\WinForms\Bin\XpoTutorials.exe).