Skip to main content
A newer version of this page is available. .

GanttControlNode Methods

Specifies a node in a GanttControl.
Name Description
Assign(GanttControlNode) Assigns the specified object’s property values to the current object’s corresponding properties.
Assign(TreeListNode) Copies settings from the target node to this TreeListNode object. Inherited from TreeListNode.
CheckAll() Checks the current node and all its nested nodes (including all their children). Inherited from TreeListNode.
Clone() Returns a copy of this node. Inherited from TreeListNode.
Collapse() Collapses this expanded node. Inherited from TreeListNode.
CollapseAll() Inherited from TreeListNode.
Equals(Object, Object) static Determines 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.
Expand() Expands this collapsed node. Inherited from TreeListNode.
ExpandAll() Expands all the child nodes. Inherited from TreeListNode.
GetBaselineDuration() Returns the task baseline duration.
GetBaselineFinishDate() Gets the task’s baseline finish date.
GetBaselineStartDate() Gets the task’s baseline start date.
GetDisplayText(Object) Returns the text representation of a specific column value. Inherited from TreeListNode.
GetDuration() Returns the task’s duration.
GetFinishDate() Returns the task’s finish date.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetPredecessors() Returns the task’s predecessors.
GetProgress() Returns the task’’s progress.
GetStartDate() Returns the task’s start date.
GetText() Returns the task’s text.
GetType() Gets the Type of the current instance. Inherited from Object.
GetValue(Object) Returns the value for a specific column, or null if no column with such columnID was found. Inherited from TreeListNode.
HasAsParent(GanttControlNode) Returns whether the specified node is a parent node.
HasAsParent(TreeListNode) Determines whether the current node has a TreeListNode instance as a parent. Inherited from TreeListNode.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Remove() Removes this node. Inherited from TreeListNode.
SetValue(Object, Object) Sets the value for a specific column. Inherited from TreeListNode.
Sort(TreeListColumn, SortOrder, Boolean) Sorts the node’s children against a column. Inherited from TreeListNode.
Sort(IComparer<TreeListNode>, Boolean) Sorts the nodes’ children using the specified IComparer object. Inherited from TreeListNode.
ToString() Returns a string that represents the current object. Inherited from Object.
UncheckAll() Unchecks the current node and all its nested nodes (including all their children). Inherited from TreeListNode.
See Also