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

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