TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNodeCollection Class
Properties Methods Events


In This Topic
    C1TreeNodeCollection Class Members
    In This Topic

    The following tables list the members exposed by C1TreeNodeCollection.

    Public Properties
     NameDescription
    Public PropertyGets the number of tree nodes contained in the C1TreeNodeCollection instance.  
    Public PropertyGets a value indicating whether the C1TreeNodeCollection is read-only.  
    Public PropertyGets or sets the tree node at the specified index.  
    Public PropertyGets a parent node of this collection.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds an item to the C1TreeNodeCollection.  
    Public MethodAdds the collection of nodes to the collection.  
    Public MethodRemoves all tree nodes from the collection.  
    Public MethodDetermines whether an element is in the C1TreeNodeCollection.  
    Public MethodReturns an enumerator that iterates through the C1TreeNodeCollection.  
    Public MethodSearches for the specified tree node and returns the zero-based index.  
    Public MethodInserts treeview node into the C1TreeNodeCollection at the specified index.  
    Public MethodMoves the node of tree at the specified index to a new location in the collection.  
    Public MethodRemoves the first occurrence of a specified tree node from the collection.  
    Public MethodRemoves the tree node at the specified index of the collection.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaise CollectionChanged event to any listeners. Properties/methods modifying this C1TreeNodeCollection will raise a collection changed event through this virtual method.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the C1TreeNodeCollection changes, either by adding or removing an item.  
    Top
    See Also