Skip to main content

DockControllerBase.Container Property

Gets the DockLayoutManager container whose dock functionality is controlled by the current DockController.

Namespace: DevExpress.Xpf.Docking

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

#Declaration

public DockLayoutManager Container { get; }

#Property Value

Type Description
DockLayoutManager

A DockLayoutManager object.

#Implements

DevExpress.Xpf.Docking.IActiveItemOwner.Container
See Also