DockControllerBase.RemovePanel(LayoutPanel) Method
Removes any connection of the specified panel with the DockLayoutManager.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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.
Implements
See Also