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

In This Topic
    Nodes Property (C1SiteMapNode)
    In This Topic
    Gets a C1SiteMapNodeCollection that contains the first-level child nodes of the current node.
    Syntax
    'Declaration
     
    Public ReadOnly Property Nodes As C1SiteMapNodeCollection
    public C1SiteMapNodeCollection Nodes {get;}
    See Also