DockManager.RemovePanel(DockPanel) Method
Destroys the specified panel.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
panel | DockPanel | A DockPanel object that specifies the panel to destroy. |
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