Skip to main content

DockController Class

Provides methods to perform docking operations on panels.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v14.2.dll

#Declaration

public class DockController :
    DockControllerBase,
    IDockController2010,
    IDockController,
    IActiveItemOwner,
    IDisposable

#Remarks

Use the DockLayoutManager.DockController object to access a DockController object, which provides methods to perform docking operations on panels. These methods allow you to dock a panel, restore it from the closed state, make it floating, etc.

#Examples

#Inheritance

See Also