Skip to main content
Bar

CreateStandardLayoutAction(BarManager) Constructor

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

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

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