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

IDockController.RemovePanel(LayoutPanel) Method

Removes any connection of the specified panel with the DockLayoutManager.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

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.

See Also