TreeListBandCollection Methods
A band collection within a TreeList.
Name | Description |
---|---|
Add() | Creates a new band and adds it to the band collection. |
Add |
Adds the specified band to the end of the band collection. |
Add |
Creates a new band with the specified caption and appends it to the band collection. |
Add |
Adds an array of bands to the end of the band collection. |
Clear() |
Removes all objects from the Collection |
Contains |
Returns whether the specified band is contained within the current band collection or any of its bands’ Tree |
Create |
Create a new instance of the Tree |
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 band’s position within the collection. |
Insert |
Inserts the specified band to the specified position within the band collection. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
On |
Performs additional custom processes after clearing the contents of the Collection |
On |
Performs additional custom processes when removing an element from the Collection |
On |
Performs additional custom processes before setting a value in the Collection |
On |
Performs additional custom processes after setting a value in the Collection |
On |
Performs additional custom processes when validating a value.
Inherited from Collection |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified band from the band collection. |
Remove |
Removes the element at the specified index of the Collection |
Set |
Changes the specified band’s position within the collection. |
ICollection. |
Copies the entire Collection |
IList. |
Adds an object to the end of the Collection |
IList. |
Determines whether the Collection |
IList. |
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire Collection |
IList. |
Inserts an element into the Collection |
IList. |
Removes the first occurrence of a specific object from the Collection |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also