Back to Devexpress

DockLayoutManager.CloseFloatWindowsOnManagerUnloading Property

wpf-devexpress-dot-xpf-dot-docking-dot-docklayoutmanager-70cb01a1.md

latest1.8 KB
Original Source

DockLayoutManager.CloseFloatWindowsOnManagerUnloading Property

Gets or sets whether the float panels are closed when the DockLayoutManager is unloaded from visual tree. This is a dependency property.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool CloseFloatWindowsOnManagerUnloading { get; set; }
vb
Public Property CloseFloatWindowsOnManagerUnloading As Boolean

Property Value

TypeDescription
Boolean

true to close floating panels; otherwise, false. The default is false.

|

Remarks

When the DockLayoutManager is unloaded from visual tree, its floating panels are not unloaded if the DockLayoutManager.FloatingMode is set to FloatingMode.Desktop. To unload the DockLayoutManager with its floating panels, set the CloseFloatWindowsOnManagerUnloading property to true.

See Also

DockLayoutManager Class

DockLayoutManager Members

DevExpress.Xpf.Docking Namespace