RestoreLayoutOptions.RemoveOldLayoutControlItems Attached Property
Gets or sets whether the Dock Layout Manager should automatically remove all layout control items that are absent in the restored layout version. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
See GetRemoveOldLayoutControlItems(DependencyObject) and SetRemoveOldLayoutControlItems(DependencyObject, Boolean).
Returns
Type | Description |
---|---|
Boolean | true, if the DockLayoutManager is allowed to remove layout control items; otherwise, false. |
See Also