Blazor | ComponentOne
C1.Blazor.DateTimeEditors Assembly / C1.Blazor.DateTimeEditors Namespace / C1DatePicker Class / PrevIconTemplate Property

In This Topic
    PrevIconTemplate Property (C1DatePicker)
    In This Topic
    PrevIconTemplate button content.
    Syntax
    'Declaration
     
    
    Public Property PrevIconTemplate As RenderFragment(Of C1Style)
    public RenderFragment<C1Style> PrevIconTemplate {get; set;}
    See Also