Skip to main content

DockLayoutManager.DockController Property

Gets the controller that provides methods to perform docking operations on panels.

Namespace: DevExpress.Xpf.Docking

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

#Declaration

public IDockController DockController { get; }

#Property Value

Type Description
DevExpress.Xpf.Docking.IDockController

A DockController object that provides methods to perform docking operations on panels.

#Remarks

The DockController object provides methods to dock or hide panels, make them floating, etc.

See Also