DockControllerBase.Container Property
In This Article
Gets the DockLayoutManager container whose dock functionality is controlled by the current DockController.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public DockLayoutManager Container { get; }
#Property Value
Type | Description |
---|---|
Dock |
A Dock |
See Also