DockLayoutManager.DockLayoutManager Attached Property
In This Article
Gets or sets a DockLayoutManager object to which a child element belongs. This is an attached property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
See GetDockLayoutManager(DependencyObject) and SetDockLayoutManager(DependencyObject, DockLayoutManager).
#Returns
Type | Description |
---|---|
Dock |
A Dock |
See Also