Back to Devexpress

XPPageSelector Class

xpo-devexpress-dot-xpo-68c2e385.md

latest1.9 KB
Original Source

XPPageSelector Class

Presents the XPCollection as a pageable collection.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public class XPPageSelector :
    Component,
    IListSource
vb
Public Class XPPageSelector
    Inherits Component
    Implements 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 25.2\Components\WinForms\Bin\XpoTutorials.exe).

Inheritance

Object MarshalByRefObject Component XPPageSelector

See Also

XPPageSelector Members

How to: Use Pageable Collections

DevExpress.Xpo Namespace