[]
Represents a collection of C1TreeColumn objects.
public class C1TreeColumnCollection : IEnumerable<C1TreeColumn>, IList, ICollection, IEnumerable
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). |
this[int] | 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(C1TreeColumn) | Adds the new column of tree to the collection. |
Add(string) | Adds the new column of tree with specified name to the collection. |
Add(string, string) | Adds the new column of tree with specified name and display field name to the collection. |
Add(string, string, string) | Adds the new column of tree to the collection. |
Clear() | Removes all columns of tree from the collection. |
Contains(C1TreeColumn) | Determines whether an element is in the C1TreeColumnCollection. |
CopyTo(Array, int) | 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(C1TreeColumn) | Searches for the specified column and returns the zero-based index of the first occurrence within the entire C1TreeColumnCollection. |
Remove(C1TreeColumn) | Removes the first occurrence of a specified column of tree from the collection. |
RemoveAt(int) | Removes the column of tree at the specified index of the collection. |