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

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