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


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