Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / DataValidationListBox Class / IsSynchronizedWithCurrentItem Property


In This Topic
    IsSynchronizedWithCurrentItem Property (DataValidationListBox)
    In This Topic
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    <CategoryAttribute("Behavior")>
    <TypeConverterAttribute("System.Windows.NullableBoolConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")>
    <LocalizabilityAttribute(LocalizationCategory.NeverLocalize)>
    Public Property IsSynchronizedWithCurrentItem As Nullable(Of Boolean)
    'Usage
     
    Dim instance As DataValidationListBox
    Dim value As Nullable(Of Boolean)
     
    instance.IsSynchronizedWithCurrentItem = value
     
    value = instance.IsSynchronizedWithCurrentItem
    [Bindable(true)]
    [Category("Behavior")]
    [TypeConverter("System.Windows.NullableBoolConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
    [Localizability(LocalizationCategory.NeverLocalize)]
    public Nullable<bool> IsSynchronizedWithCurrentItem {get; set;}
    See Also