Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / SubmittedEventArgs Class / AllowValueSynchronize Property


In This Topic
    AllowValueSynchronize Property
    In This Topic
    Gets or sets a value indicating whether to synchronize value or not.
    Syntax
    'Declaration
     
    Public Property AllowValueSynchronize As Boolean
    'Usage
     
    Dim instance As SubmittedEventArgs
    Dim value As Boolean
     
    instance.AllowValueSynchronize = value
     
    value = instance.AllowValueSynchronize
    public bool AllowValueSynchronize {get; set;}

    Property Value

    true to synchronize; otherwise, false.
    See Also