Blazor | ComponentOne
C1.Blazor.DateTimeEditors Assembly / C1.Blazor.DateTimeEditors Namespace / C1DateTimePicker Class / CollapsedButtonIcon Property

In This Topic
    CollapsedButtonIcon Property (C1DateTimePicker)
    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