Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1DropDown Class / ShowButton Property


In This Topic
    ShowButton Property
    In This Topic
    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