ComponentOne Xamarin.iOS
ShowClearButton Property (C1MaskedTextField)


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1MaskedTextField Class : ShowClearButton Property
Gets or sets a value indicating whether show clear button.
Syntax
'Declaration
 
<Foundation.ExportAttribute("ShowClearButton")>
<BrowsableAttribute(True)>
Public Property ShowClearButton As Boolean
'Usage
 
Dim instance As C1MaskedTextField
Dim value As Boolean
 
instance.ShowClearButton = value
 
value = instance.ShowClearButton
[Foundation.Export("ShowClearButton")]
[Browsable(true)]
public bool ShowClearButton {get; set;}
See Also

Reference

C1MaskedTextField Class
C1MaskedTextField Members