ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / C1Menu Class / ItemsTemplate Property

In This Topic
    ItemsTemplate Property (C1Menu)
    In This Topic
    If specified, this template will be applied for all menu items that does not have other defined templates.
    Syntax
    'Declaration
     
    Public Overridable Property ItemsTemplate As System.Web.UI.ITemplate
    public virtual System.Web.UI.ITemplate ItemsTemplate {get; set;}
    See Also