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

XPPageSelector(XPBaseCollection) Constructor

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.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