Skip to main content
.NET 6.0+

XPPageSelector(XPBaseCollection) Constructor

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

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