Skip to main content

DockManager.RemovePanel(DockPanel) Method

Destroys the specified panel.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void RemovePanel(
    DockPanel panel
)

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