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

In This Topic
    Template Property (C1SiteMapNode)
    In This Topic
    Gets or sets the template that will be used for the specified C1SiteMapNodes.
    Syntax
    'Declaration
     
    Public Overridable Property Template As System.Web.UI.ITemplate
    public virtual System.Web.UI.ITemplate Template {get; set;}
    See Also