Skip to main content
All docs
V26.1
  • 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.v26.1.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