ComponentOne Xamarin.iOS
ShowClearButton Property (C1DropDown)


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

Reference

C1DropDown Class
C1DropDown Members