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

RestoreLayoutOptions.GetAddNewLayoutGroups(DependencyObject) Method

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

Namespace: DevExpress.Xpf.Docking

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

Declaration

public static bool GetAddNewLayoutGroups(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

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

Returns

Type Description
Boolean

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

See Also