Skip to main content

DockManager(IContainer) Constructor

Initializes a new instance of the DockManager class with the specified container control.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v25.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public DockManager(
    IContainer container
)

Parameters

Name Type Description
container IContainer

The container control that will display the dock panels owned by the newly created dock manager.

See Also