DockLayoutManager.GetDockLayoutManager(DependencyObject) Method
In This Article
Gets the value of the DockLayoutManager.DockLayoutManager attached property from a given object.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public static DockLayoutManager GetDockLayoutManager(
DependencyObject obj
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
An object whose Dock |
#Returns
Type | Description |
---|---|
Dock |
A Dock |
See Also