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

In This Topic
    ButtonStyle Property (C1DropDown)
    In This Topic
    Gets or sets the style of the button used to toggle the drop-down.
    Syntax
    'Declaration
     
    
    Public Property ButtonStyle As C1Style
    public C1Style ButtonStyle {get; set;}
    See Also