Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GanttControlNodes Properties
Show Inherited Hide Inherited

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