ComponentOne TreeView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeViewNodeCollection Class
Members

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

    System.Object
       System.Collections.ObjectModel.Collection<T>
             C1.Web.Wijmo.Controls.C1TreeView.C1TreeViewNodeCollection

    See Also