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

ClosedPanelCollection(DockLayoutManager) Constructor

Initializes a new instance of the ClosedPanelCollection class with the specified owner.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public ClosedPanelCollection(
    DockLayoutManager owner
)

Parameters

Name Type Description
owner DockLayoutManager

A DockLayoutManager object which specifies the owner for the created collection.

See Also