Skip to main content
A newer version of this page is available. .

XPPageSelector(XPBaseCollection) Constructor

Initializes a new instance of the XPPageSelector class with the specified collection.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public XPPageSelector(
    XPBaseCollection collection
)

Parameters

Name Type Description
collection XPBaseCollection

An XPBaseCollection descendant which represents the collection of persistent objects. This value is assigned to the XPPageSelector.Collection property.

See Also