DockLayoutManager.IsSynchronizedWithCurrentItem Property
In This Article
Gets or sets if a DockLayoutManager is synchronized with the currently selected child item.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if a Dock |
#Remarks
Use the IsSynchronizedWithCurrentItem to synchronize the DockLayoutManager.ItemsSource collection with the currently selected item.
See Also