Skip to main content
A newer version of this page is available. .

RestoreLayoutOptions.SetRemoveOldLayoutGroups(DependencyObject, Boolean) Method

Sets a new RestoreLayoutOptions.RemoveOldLayoutGroups property value for the specific object.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public static void SetRemoveOldLayoutGroups(
    DependencyObject obj,
    bool value
)

Parameters

Name Type Description
obj DependencyObject

A DependencyObject whose RestoreLayoutOptions.RemoveOldLayoutGroups property is to be set.

value Boolean

A Boolean value assigned to the RestoreLayoutOptions.RemoveOldLayoutGroups property.

See Also