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

RestoreLayoutOptions.GetRemoveOldPanels(DependencyObject) Method

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

Namespace: DevExpress.Xpf.Docking

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

Declaration

public static bool GetRemoveOldPanels(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

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

Returns

Type Description
Boolean

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

See Also