Back to Devexpress

DataViewBase.IsSynchronizedWithCurrentItem Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-10d826e8.md

latest1.5 KB
Original Source

DataViewBase.IsSynchronizedWithCurrentItem Property

Gets or sets whether a view should keep the DataControlBase.CurrentItem synchronized with the current item in the ICollectionView. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Boolean

true to always synchronize the focused row with the current item in the ICollectionView assigned to the DataControlBase.ItemsSource; otherwise, false.

|

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace