DockManager.RemovePanel(DockPanel) Method
In This Article
Destroys the specified 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
This method destroys the specified panel and all its child panels. To destroy all panels that belong to the dock manager, you can use the DockManager.Clear method.
See Also