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

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