DockManager(IContainer) Constructor
Initializes a new instance of the DockManager class with the specified container control.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| container | IContainer | The container control that will display the dock panels owned by the newly created dock manager. |
See Also