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

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