Back to Devexpress

DockManager.RemovePanel(DockPanel) Method

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-dot-removepanel-x28-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-x29.md

latest1.5 KB
Original Source

DockManager.RemovePanel(DockPanel) Method

Destroys the specified panel.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void RemovePanel(
    DockPanel panel
)
vb
Public Sub RemovePanel(
    panel As DockPanel
)

Parameters

NameTypeDescription
panelDockPanel

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

Clear()

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace