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

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