Back to Devexpress

LayoutController.Container Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutcontroller.md

latest1.2 KB
Original Source

LayoutController.Container Property

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

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public DockLayoutManager Container { get; }
vb
Public ReadOnly Property Container As DockLayoutManager

Property Value

TypeDescription
DockLayoutManager

A DockLayoutManager object.

|

See Also

LayoutController Class

LayoutController Members

DevExpress.Xpf.Docking Namespace