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

DockControllerBase.RemovePanel(LayoutPanel) Method

Removes any connection of the specified panel with the DockLayoutManager.

Namespace: DevExpress.Xpf.Docking

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

Declaration

public void RemovePanel(
    LayoutPanel panel
)

Parameters

Name Type Description
panel LayoutPanel

The LayoutPanel object that is removed from the DockLayoutManager.

Remarks

The RemovePanel method removes the specified panel from the DockLayoutManager container, so that the panel will not belong to the DockLayoutManager.

See Also