DockPanel.RemovePanel(DockPanel) Method
In This Article
Destroys the specified child panel.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
panel | Dock |
A Dock |
#Remarks
The RemovePanel method destroys the specified child of the current panel. The child panels of the specified child will be destroyed recursively. If the panel passed as this method’s parameter is not the current panel’s child, the RemovePanel method will do nothing.
To destroy all the panels that belong to the dock manager, you can use the DockManager.Clear method.
See Also