GanttControlNodes Properties
Provides a collection of GanttControlNode objects.| Name | Description |
|---|---|
| AutoFilterNode | Gets the Automatic Filtering Row element. Inherited from TreeListNodes. |
| Count | Gets the number of nodes in the current node collection, without taking into account children of these nodes. Inherited from TreeListNodes. |
| FirstNode | Gets the first element in the collection. |
| GanttControl | Gets the control to which this collection belongs. |
| IsSynchronized | Gets a value indicating whether access to the nodes collection is synchronized (thread-safe). Inherited from TreeListNodes. |
| Item[Int32] | Gets the element at the specified index. |
| LastNode | Gets the last element in the collection. |
| ParentNode | Gets the parent node for nodes in this collection. |
| SyncRoot | Gets an object that can be used to synchronize access to the nodes collection. Inherited from TreeListNodes. |
| TreeList | Gets the TreeList object to which the node collection belongs. Inherited from TreeListNodes. |
See Also