Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1MaskedEntry Class / Value Property


In This Topic
    Value Property (C1MaskedEntry)
    In This Topic
    Gets or sets the raw value of the control (excluding prompt and mask literals)
    Syntax
    'Declaration
     
    
    Public Property Value As String
    'Usage
     
    
    Dim instance As C1MaskedEntry
    Dim value As String
     
    instance.Value = value
     
    value = instance.Value
    public string Value {get; set;}
    See Also