RestoreLayoutOptions.RemoveOldLayoutGroups Attached Property
In This Article
Gets or sets whether the Dock Layout Manager should automatically remove all layout groups that are absent in the restored layout version. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
See GetRemoveOldLayoutGroups(DependencyObject) and SetRemoveOldLayoutGroups(DependencyObject, Boolean).
#Returns
Type | Description |
---|---|
Boolean | true, if the Dock |
See Also