ComponentOne Xamarin.Android
Value Property (C1MaskedTextView)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class : Value Property
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 C1MaskedTextView
Dim value As String
 
instance.Value = value
 
value = instance.Value
public string Value {get; set;}
See Also

Reference

C1MaskedTextView Class
C1MaskedTextView Members