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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
container | IContainer | An IContainer that will host the newly created Manager. |
See Also