Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DockLayoutManager.DisposeOnWindowClosing Property

Gets or sets if the DockLayoutManager object should be disposed on its parent window closing. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

#Declaration

public bool DisposeOnWindowClosing { get; set; }

#Property Value

Type Description
Boolean

true if the DockLayoutManager object should be disposed on its parent window closing; otherwise, false.

#Remarks

The DisposeOnWindowClosing indicates whether an application should dispose of the current DockLayoutManager object, releasing all the resources allocated to it when its container window is closed, or keep a reference to this DockLayoutManager in order to restore it if a parent window is re-opened.

See Also