ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MenuItem Class / Header Property

In This Topic
    Header Property (MenuItem)
    In This Topic
    Gets or sets the header of the menu item.
    Syntax
    'Declaration
     
    Public Property Header As String
    public string Header {get; set;}
    See Also