Blazor | ComponentOne
C1.Blazor.Menu Assembly / C1.Blazor.Menu Namespace / C1MenuItem Class / HeaderTemplate Property

In This Topic
    HeaderTemplate Property (C1MenuItem)
    In This Topic
    Get or Set custom content like Input, Group Checkbox...
    Syntax
    'Declaration
     
    
    Public Property HeaderTemplate As RenderFragment
    public RenderFragment HeaderTemplate {get; set;}
    See Also