Blazor | ComponentOne
C1.Blazor.DateTimeEditors Assembly / C1.Blazor.DateTimeEditors Namespace / C1TimeEditor Class / ShowButton Property

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