RestoreLayoutOptions.SetRemoveOldLayoutControlItems(DependencyObject, Boolean) Method
In This Article
Sets a new RestoreLayoutOptions.RemoveOldLayoutControlItems property value for the specific object.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public static void SetRemoveOldLayoutControlItems(
DependencyObject obj,
bool value
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
A Dependency |
value | Boolean | A Boolean value assigned to the Restore |
See Also