Skip to main content
.NET Framework 4.6.2+

XPPageSelector(IContainer) Constructor

Initializes a new instance of the XPPageSelector class and adds it to a form’s container.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

Declaration

public XPPageSelector(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An IContainer object, which is the owner container of the created XPPageSelector instance.

See Also