[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.IsSynchronizedWithCurrentItem

IsSynchronizedWithCurrentItem Property

IsSynchronizedWithCurrentItem

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.

Declaration
[TypeConverter(typeof(_jl))]
public bool? IsSynchronizedWithCurrentItem { get; set; }
<TypeConverter(GetType(_jl))>
Public Property IsSynchronizedWithCurrentItem As Boolean?
Property Value
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.