Blazor | ComponentOne
C1.Blazor.Accordion Assembly / C1.Blazor.Accordion Namespace / C1Expander Class / HeaderTemplate Property

In This Topic
    HeaderTemplate Property (C1Expander)
    In This Topic
    Gets or sets the template of the header.
    Syntax
    'Declaration
     
    
    Public Property HeaderTemplate As RenderFragment(Of Object)
    public RenderFragment<object> HeaderTemplate {get; set;}
    See Also