Skip to main content
All docs
V25.1
  • IDockController.RemovePanel(LayoutPanel) Method

    Removes any connection of the specified panel with the DockLayoutManager.

    Namespace: DevExpress.Xpf.Docking

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

    NuGet Package: DevExpress.Wpf.Docking

    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