Back to Devexpress

DockLayoutManager.IsSynchronizedWithCurrentItem Property

wpf-devexpress-dot-xpf-dot-docking-dot-docklayoutmanager-e5352908.md

latest1.8 KB
Original Source

DockLayoutManager.IsSynchronizedWithCurrentItem Property

Gets or sets whether the DockLayoutManager synchronizes its the currently selected child item with the current item in the System.ComponentModel.ICollectionView assigned to the DockLayoutManager.ItemsSource. This is a dependency property.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool IsSynchronizedWithCurrentItem { get; set; }
vb
Public Property IsSynchronizedWithCurrentItem As Boolean

Property Value

TypeDescription
Boolean

true if a DockLayoutManager is synchronized with the currently selected child item; otherwise, false.

|

Remarks

Use the IsSynchronizedWithCurrentItem to synchronize the currently selected item with the current item in the System.ComponentModel.ICollectionView assigned to the DockLayoutManager.ItemsSource.

See Also

ItemsSource

DockLayoutManager Class

DockLayoutManager Members

DevExpress.Xpf.Docking Namespace