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