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

XPCollection(IContainer) Constructor

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public XPCollection(
    IContainer container
)

Parameters

Name Type Description
container IContainer

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

See Also