Back to Devexpress

GanttControlNodes Members

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrolnodes-dot-underscore-members.md

latest7.1 KB
Original Source

GanttControlNodes Members

Provides a collection of GanttControlNode objects.

Constructors

NameDescription
GanttControlNodes(TreeList, GanttControlNode)Initializes a new GanttControlNodes class instance.
GanttControlNodes(TreeList)Initializes a new GanttControlNodes class instance.

Properties

NameDescription
AutoFilterNodeGets the Automatic Filtering Row element. Inherited from TreeListNodes.
CountGets the number of nodes in the current node collection, without taking into account children of these nodes. Inherited from TreeListNodes.
FirstNodeGets the first element in the collection.
GanttControlGets the control to which this collection belongs.
IsSynchronizedGets 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.
LastNodeGets the last element in the collection.
ParentNodeGets the parent node for nodes in this collection.
SyncRootGets an object that can be used to synchronize access to the nodes collection. Inherited from TreeListNodes.
TreeListGets the TreeList object to which the node collection belongs. Inherited from TreeListNodes.

Methods

NameDescription
Add(Object)Appends a new node to the end of the collection.
Add(Object[])Appends a new node to the end of the collection.
Clear()Removes all elements from the current node collection. Inherited from TreeListNodes.
CopyTo(Array, Int32)Copies the entire nodes collection to a one dimensional array starting at the specified index of the target array. Inherited from TreeListNodes.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetEnumerator()Gets the enumerator used to iterate through the node collection. Inherited from TreeListNodes.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
IndexOf(GanttControlNode)Returns the index of the specified node in this collection.
IndexOf(TreeListNode)Returns the index of a specified node within the node collection. Inherited from TreeListNodes.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Remove(GanttControlNode)Removes the specified node from the collection.
Remove(TreeListNode)Removes a specific node from the node collection. Inherited from TreeListNodes.
RemoveAt(Int32)Removes a node referenced by the specified index from the node collection. Inherited from TreeListNodes.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

GanttControlNodes Class

DevExpress.XtraGantt Namespace