DockLayoutManagerLinker.Link(DockLayoutManager, DockLayoutManager) Method
In This Article
Links two DockLayoutManager instances.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public static void Link(
DockLayoutManager first,
DockLayoutManager second
)
#Parameters
Name | Type | Description |
---|---|---|
first | Dock |
The first Dock |
second | Dock |
The second Dock |
#Remarks
The following code snippet links the dockLayoutManagerTop and dockLayoutManagerBottom DockLayoutManager instances.
Note
The linked Dock
See Also