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

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