RestoreLayoutOptions.SetRemoveOldLayoutControlItems(DependencyObject, Boolean) Method
Sets a new RestoreLayoutOptions.RemoveOldLayoutControlItems property value for the specific object.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | A DependencyObject whose RestoreLayoutOptions.RemoveOldLayoutControlItems property is to be set. |
value | Boolean | A Boolean value assigned to the RestoreLayoutOptions.RemoveOldLayoutControlItems property. |
See Also