Skip to main content

RestoreLayoutOptions.SetAddNewLayoutControlItems(DependencyObject, Boolean) Method

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

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public static void SetAddNewLayoutControlItems(
    DependencyObject obj,
    bool value
)

Parameters

Name Type Description
obj DependencyObject

A DependencyObject that will receive a new RestoreLayoutOptions.AddNewLayoutControlItems property value.

value Boolean

A Boolean value assigned to the RestoreLayoutOptions.AddNewLayoutControlItems property.

See Also