ComponentOne Xamarin.iOS
Value Property (C1MaskedTextField)


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1MaskedTextField Class : Value Property
Gets or sets the raw value of the control (excluding prompt and mask literals)
Syntax
'Declaration
 
<Foundation.ExportAttribute("Value")>
<BrowsableAttribute(True)>
Public Property Value As String
'Usage
 
Dim instance As C1MaskedTextField
Dim value As String
 
instance.Value = value
 
value = instance.Value
[Foundation.Export("Value")]
[Browsable(true)]
public string Value {get; set;}
See Also

Reference

C1MaskedTextField Class
C1MaskedTextField Members