Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPPageSelector Class

Presents the XPCollection as a pageable collection.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v20.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public class XPPageSelector :
    Component,
    IListSource

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 20.2\Components\WinForms\Bin\XpoTutorials.exe).

Inheritance

See Also