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

CreateStandardLayoutAction(BarManager) Constructor

Initializes a new instance of the CreateStandardLayoutAction class with the specified settings.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public CreateStandardLayoutAction(
    BarManager manager
)

Parameters

Name Type Description
manager BarManager

The BarManager object that owns four BarContainerControls created with this CreateStandardLayoutAction.

Remarks

This CreateStandardLayoutAction does not create any object itself. These four BarContainerControls are only created when the CreateStandardLayoutAction is used.

See Bar Actions to learn more.

See Also