GanttControlNodes Properties
Provides a collection of GanttControlNode objects.
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 |
See Also