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

In This Topic
    Nodes Property (C1SiteMap)
    In This Topic
    Gets a C1SiteMapNodeCollection object that contains the root nodes of the current C1SiteMap control.
    Syntax
    'Declaration
     
    Public ReadOnly Property Nodes As C1SiteMapNodeCollection
    public C1SiteMapNodeCollection Nodes {get;}
    See Also