Back to Devexpress

DockManager(IContainer) Constructor

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-dot-ctor-x28-system-dot-componentmodel-dot-icontainer-x29.md

latest1.3 KB
Original Source

DockManager(IContainer) Constructor

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

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public DockManager(
    IContainer container
)
vb
Public Sub New(
    container As IContainer
)

Parameters

NameTypeDescription
containerIContainer

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

|

See Also

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace