GanttControlNode Methods
Specifies a node in a GanttControl.
Name | Description |
---|---|
Assign |
Assigns the specified object’s property values to the current object’s corresponding properties. |
Assign |
Copies settings from the target node to this Tree |
Check |
Checks the current node and all its nested nodes (including all their children).
Inherited from Tree |
Clone() |
Returns a copy of this node.
Inherited from Tree |
Collapse |
Collapses the node.
Inherited from Tree |
Collapse |
Collapses all child nodes.
Inherited from Tree |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Expand |
Expands the node.
Inherited from Tree |
Expand |
Expands all the child nodes.
Inherited from Tree |
Get |
Returns the task baseline duration. |
Get |
Gets the task’s baseline finish date. |
Get |
Gets the task’s baseline start date. |
Get |
Returns the text representation of a specific column value.
Inherited from Tree |
Get |
Returns the task’s duration. |
Get |
Returns the task’s finish date. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns the node’s predecessors as Gantt |
Get |
Returns keys (see Key |
Get |
Returns the task’’s progress. |
Get |
Returns the task’s start date. |
Get |
Returns the node’s successors as Gantt |
Get |
Returns keys (see Key |
Get |
Returns the caption displayed next to the specified task (node) in the chart area. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Get |
Returns the value for a specific column, or null if no column with such column |
Has |
Returns whether the specified node is a parent node. |
Has |
Determines whether the current node has a Tree |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove() |
Removes this node.
Inherited from Tree |
Set |
Sets the value for a specific column.
Inherited from Tree |
Sort |
Sorts the node’s children against a column.
Inherited from Tree |
Sort |
Sorts the nodes’ children using the specified IComparer object.
Inherited from Tree |
To |
Returns a string that represents the current object. Inherited from Object. |
Uncheck |
Unchecks the current node and all its nested nodes (including all their children).
Inherited from Tree |
See Also