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

In This Topic
    CollapsedButtonIcon Property (C1DropDown)
    In This Topic
    Gets or sets the icon used when the drop-down is collapsed.
    Syntax
    'Declaration
     
    
    Public Property CollapsedButtonIcon As RenderFragment(Of C1Style)
    public RenderFragment<C1Style> CollapsedButtonIcon {get; set;}
    See Also