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

In This Topic
    ItemTemplateId Property (Menu)
    In This Topic
    Gets or sets the id of the template used to generate each list item.
    Syntax
    'Declaration
     
    Public Property ItemTemplateId As String
    public string ItemTemplateId {get; set;}
    See Also