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

In This Topic
    ShowButton Property (C1DropDown)
    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
    public bool ShowButton {get; set;}
    See Also