Gets or sets a value that indicates whether a GanttChartEntityListViewBase should keep the SelectedItem synchronized with the current item in the Items property.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
[TypeConverterAttribute(typeof(NullableBoolConverter))] [BindableAttribute(true)] public Nullable<bool> IsSynchronizedWithCurrentItem { get; set; } |
Visual Basic (Declaration) |
---|
<TypeConverterAttribute(GetType(NullableBoolConverter))> _ <BindableAttribute(True)> _ Public Property IsSynchronizedWithCurrentItem As Nullable(Of Boolean) |