Back to Devexpress

DockManager.Clear() Method

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-2416660c.md

latest1.7 KB
Original Source

DockManager.Clear() Method

Destroys all panels.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void Clear()
vb
Public Sub Clear

Remarks

The Clear method destroys all panels (visible, hidden and panels with their auto-hide functionality enabled).

Floating forms reside within floating forms represented by the DockPanel.FloatForm class objects. Auto-hidden panels reside within auto-hide containers (AutoHideContainer objects). In addition to all panels, the Clear method also destroys all floating forms and auto-hide containers associated with the dock manager.

See Also

AutoHideContainers

HiddenPanels

RemovePanel(DockPanel)

RootPanels

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace