Skip to main content

ToolbarFormManager(IContainer) Constructor

Initializes a new instance of the ToolbarFormManager class and places it inside the given container.

Namespace: DevExpress.XtraBars.ToolbarForm

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ToolbarFormManager(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An IContainer that will host the newly created Manager.

See Also