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

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