| C1.Win.TreeView Namespace : C1TreeColumnCollection Class |
The following tables list the members exposed by C1TreeColumnCollection.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of columns of tree contained in the C1TreeColumnCollection instance. |
![]() | IsSynchronized | Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe). |
![]() | Item | Gets or sets the column of tree at the specified index. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the System.Collections.ICollection. |
| Name | Description | |
|---|---|---|
![]() | Add | Overloaded. Adds the new column of tree to the collection. |
![]() | Clear | Removes all columns of tree from the collection. |
![]() | Contains | Determines whether an element is in the C1TreeColumnCollection. |
![]() | CopyTo | Copies the entire C1.Win.TreeView.C1TreeColumnCollection to a one-dimensional array, starting at the specified index of the target array. |
![]() | GetEnumerator | Returns an enumerator that iterates through the C1TreeColumnCollection. |
![]() | IndexOf | Searches for the specified column and returns the zero-based index of the first occurrence within the entire C1TreeColumnCollection. |
![]() | Remove | Removes the first occurrence of a specified column of tree from the collection. |
![]() | RemoveAt | Removes the column of tree at the specified index of the collection. |