Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1HeaderedItemsControl Class / HeaderTemplate Property

In This Topic
    HeaderTemplate Property (C1HeaderedItemsControl)
    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