ComponentOne SiteMap for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1SiteMap Namespace / C1SiteMapNodeCollection Class
Members

In This Topic
    C1SiteMapNodeCollection Class
    In This Topic
    Represents the structure that manages the C1SiteMapNode nodes.
    Object Model
    C1SiteMapNodeCollection Class
    Syntax
    'Declaration
     
    Public Class C1SiteMapNodeCollection 
       Inherits C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection(Of IC1SiteMapNodeCollectionOwner,C1SiteMapNode)
    public class C1SiteMapNodeCollection : C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<IC1SiteMapNodeCollectionOwner,C1SiteMapNode> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
             C1.Web.Wijmo.Controls.C1SiteMap.C1SiteMapNodeCollection

    See Also