ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1SiteMap Namespace / C1SiteMapLevelSetting Class / NodeTemplate Property

In This Topic
    NodeTemplate Property
    In This Topic
    Gets or sets the template which will be applied to all nodes of the level.
    Syntax
    'Declaration
     
    Public Property NodeTemplate As System.Web.UI.ITemplate
    public System.Web.UI.ITemplate NodeTemplate {get; set;}
    See Also