ComponentOne Xamarin.Android
ShowButton Property


C1.Android.Input Assembly > C1.Android.Input Namespace > C1DropDown Class : ShowButton Property
Gets or sets a value that indicates whether the control should display a dropdown button.
Syntax
'Declaration
 
Public Property ShowButton As Boolean
'Usage
 
Dim instance As C1DropDown
Dim value As Boolean
 
instance.ShowButton = value
 
value = instance.ShowButton
public bool ShowButton {get; set;}
See Also

Reference

C1DropDown Class
C1DropDown Members