Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / Error Property


In This Topic
    Error Property (C1TextBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Error As String
    'Usage
     
    
    Dim instance As C1TextBox
    Dim value As String
     
    instance.Error = value
     
    value = instance.Error
    public string Error {get; set;}
    See Also