GanttControlNodes Members
In This Article
#Constructors
Name | Description |
---|---|
Gantt |
Initializes a new Gantt |
Gantt |
Initializes a new Gantt |
#Properties
Name | Description |
---|---|
Auto |
Gets the Automatic Filtering Row element.
Inherited from Tree |
Count |
Gets the number of nodes in the current node collection, without taking into account children of these nodes.
Inherited from Tree |
First |
Gets the first element in the collection. |
Gantt |
Gets the control to which this collection belongs. |
Is |
Gets a value indicating whether access to the nodes collection is synchronized (thread-safe).
Inherited from Tree |
Item[Int32] | Gets the element at the specified index. |
Last |
Gets the last element in the collection. |
Parent |
Gets the parent node for nodes in this collection. |
Sync |
Gets an object that can be used to synchronize access to the nodes collection.
Inherited from Tree |
Tree |
Gets the Tree |
#Methods
Name | Description |
---|---|
Add |
Appends a new node to the end of the collection. |
Add |
Appends a new node to the end of the collection. |
Clear() |
Removes all elements from the current node collection.
Inherited from Tree |
Copy |
Copies the entire nodes collection to a one dimensional array starting at the specified index of the target array.
Inherited from 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. |
Get |
Gets the enumerator used to iterate through the node collection.
Inherited from Tree |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns the index of the specified node in this collection. |
Index |
Returns the index of a specified node within the node collection.
Inherited from Tree |
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 the specified node from the collection. |
Remove |
Removes a specific node from the node collection.
Inherited from Tree |
Remove |
Removes a node referenced by the specified index from the node collection.
Inherited from Tree |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also