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


In This Topic
    C1TreeColumnCollection Class Members
    In This Topic

    The following tables list the members exposed by C1TreeColumnCollection.

    Public Properties
     NameDescription
    Public PropertyGets the number of columns of tree contained in the C1TreeColumnCollection instance.  
    Public PropertyGets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe).  
    Public PropertyGets or sets the column of tree at the specified index.  
    Public PropertyGets an object that can be used to synchronize access to the System.Collections.ICollection.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds the new column of tree to the collection.  
    Public MethodRemoves all columns of tree from the collection.  
    Public MethodDetermines whether an element is in the C1TreeColumnCollection.  
    Public MethodCopies the entire C1.Win.TreeView.C1TreeColumnCollection to a one-dimensional array, starting at the specified index of the target array.  
    Public MethodReturns an enumerator that iterates through the C1TreeColumnCollection.  
    Public MethodSearches for the specified column and returns the zero-based index of the first occurrence within the entire C1TreeColumnCollection.  
    Public MethodRemoves the first occurrence of a specified column of tree from the collection.  
    Public MethodRemoves the column of tree at the specified index of the collection.  
    Top
    See Also