[]
Gets or sets a value that indicates whether the GcComboBox should keep the SelectedItem synchronized with the current item in the Items property. This is a dependency property.
[TypeConverter(typeof(_jl))]
public bool? IsSynchronizedWithCurrentItem { get; set; }
<TypeConverter(GetType(_jl))>
Public Property IsSynchronizedWithCurrentItem As Boolean?
Type | Description |
---|---|
bool? | true if the SelectedItem is always synchronized with the current item; false if the SelectedItem is never synchronized with the current item; null if the SelectedItem is synchronized with the current item only if the GcListBox uses a System.ComponentModel.ICollectionView. The default is null. |