Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.Calendar Namespace / C1Calendar Class / NextIconTemplate Property

In This Topic
    NextIconTemplate Property (C1Calendar)
    In This Topic
    Gets or sets the next icon template.
    Syntax
    'Declaration
     
    
    Public Property NextIconTemplate As RenderFragment(Of C1Style)
    public RenderFragment<C1Style> NextIconTemplate {get; set;}
    See Also