Gets or sets a value that indicates whether a IEntityListViewBase should keep the SelectedItem synchronized with the current item in the Items property.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
Nullable<bool> IsSynchronizedWithCurrentItem { get; set; }
Visual Basic (Declaration)
Property IsSynchronizedWithCurrentItem As Nullable(Of Boolean)

See Also