Skip to main content

DockLayoutManager.IsSynchronizedWithCurrentItem Property

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

[XtraSerializableProperty]
public bool IsSynchronizedWithCurrentItem { get; set; }

#Property Value

Type Description
Boolean

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

#Remarks

Use the IsSynchronizedWithCurrentItem to synchronize the DockLayoutManager.ItemsSource collection with the currently selected item.

See Also