Spread WPF 18
GrapeCity.Wpf.SpreadSheet.Xaml Namespace / BindingValueObject Class / Value Property


In This Topic
    Value Property (BindingValueObject)
    In This Topic
    This property is used for internal purpose. Please do not use it in your code.
    Syntax
    'Declaration
     
    Public Property Value As Object
    'Usage
     
    Dim instance As BindingValueObject
    Dim value As Object
     
    instance.Value = value
     
    value = instance.Value
    public object Value {get; set;}
    See Also