TreeListColumnCollection Members
In This Article
#Constructors
Name | Description |
---|---|
Tree |
Creates a new Tree |
#Properties
Name | Description |
---|---|
Count | Gets the number of elements actually contained in the collection. |
Item[Int32] | Provides indexed access to individual columns. |
Item[String] | Gets the column bound to the specified field. |
Tree |
Gets the control that owns the collection. |
#Methods
Name | Description |
---|---|
Add() | Creates a new column and appends it to the end of the collection. |
Add |
Adds the specified column to the end of the collection. |
Add |
Creates a new column which is bound to the specified field and appends it to the collection. |
Add |
Adds an array of columns to the end of the collection. |
Add |
Adds a new column, binding it to the specified field and making this column visible. |
Assign |
Copies the current collection’s elements to the collection specified. |
Clear() | Removes all elements from the collection. |
Column |
Returns a column with the field name specified. |
Column |
Returns a column specified by its name. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
For |
Executes the specified action on each element of the collection. |
Get |
Returns an enumerator that iterates through the collection. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns the specified column’s position within the collection. |
Insert |
Creates a new column and adds it to the collection at the specified position. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes a column from the collection. |
Remove |
Removes the element at the specified index of the collection. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Collection |
Fires when changes are made to the column collection. |
See Also