Back to Devexpress

DockControllerBase.RemovePanel(LayoutPanel) Method

wpf-devexpress-dot-xpf-dot-docking-dot-dockcontrollerbase-dot-removepanel-x28-devexpress-dot-xpf-dot-docking-dot-layoutpanel-x29.md

latest1.7 KB
Original Source

DockControllerBase.RemovePanel(LayoutPanel) Method

Removes any connection of the specified panel with the DockLayoutManager.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public void RemovePanel(
    LayoutPanel panel
)
vb
Public Sub RemovePanel(
    panel As LayoutPanel
)

Parameters

NameTypeDescription
panelLayoutPanel

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.

Implements

RemovePanel(LayoutPanel)

See Also

DockControllerBase Class

DockControllerBase Members

DevExpress.Xpf.Docking Namespace