DockControllerBase.RemovePanel(LayoutPanel) Method
In This Article
Removes any connection of the specified panel with the DockLayoutManager.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public void RemovePanel(
LayoutPanel panel
)
#Parameters
Name | Type | Description |
---|---|---|
panel | Layout |
The Layout |
#Remarks
The RemovePanel method removes the specified panel from the DockLayoutManager container, so that the panel will not belong to the DockLayoutManager.
#Implements
See Also