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

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