Skip to main content

RestoreLayoutOptions.GetRemoveOldLayoutControlItems(DependencyObject) Method

Returns the RestoreLayoutOptions.RemoveOldLayoutControlItems property value for a specific object.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public static bool GetRemoveOldLayoutControlItems(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

A DependencyObject whose RestoreLayoutOptions.RemoveOldLayoutControlItems property value should be returned.

Returns

Type Description
Boolean

A Boolean value specifying the RestoreLayoutOptions.RemoveOldLayoutControlItems property value assigned to the specified DependencyObject. null (Nothing in VB) if no value is assigned.

See Also