GanttNode Properties
A gantt treelist‘s node.
Name | Description |
---|---|
Actual |
Gets the node’s actual nesting level.
Inherited from Tree |
Baseline |
Gets the task baseline’s duration. |
Baseline |
Gets the task baseline’s finish date. |
Baseline |
Gets the task baseline’s start date. |
Content |
Gets or sets an Items |
Duration | Gets the task’s duration. |
Expand |
Gets or sets the binding that determines whether the node is expanded.
Inherited from Tree |
Finish |
Gets the task’s finish date. |
Has |
Gets whether or not the node has a child node |
Has |
Gets whether the node has a child node |
Id |
Uniquely identifies the current tree node.
Inherited from Tree |
Image |
Gets or sets the node’s image.
Inherited from Tree |
Is |
Indicates whether the node’s check box is enabled.
Inherited from Tree |
Is |
Gets or sets whether the node is checked.
Inherited from Tree |
Is |
Gets whether the current Gantt task is critical. |
Is |
Gets or sets whether the expand button is displayed within the node or not.
Inherited from Tree |
Is |
Gets or sets whether the treelist row is expanded.
Inherited from Tree |
Is |
Gets whether the node is filtered or not.
Inherited from Tree |
Is |
Gets whether the node is the first node within a collection of nodes.
Inherited from Tree |
Is |
Gets whether the node is the last node within a collection of nodes.
Inherited from Tree |
Is |
Gets whether the treelist node is visible.
Inherited from Tree |
Items |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Tree |
Level |
Gets the node’s nesting level.
Inherited from Tree |
Name | Gets the task’s name. |
Nodes |
Gets the collection of child nodes.
Inherited from Tree |
Parent |
Gets the parent node.
Inherited from Tree |
Progress | Gets the task’s progress. |
Row |
Gets the row handle that identifies the node.
Inherited from Tree |
Start |
Gets the task’s start date. |
Tag |
Gets or sets the data associated with the node.
Inherited from Tree |
Task |
Gets the task’s kind (task, summary task or milestone). |
Visible |
Gets the node’s position within a View among visible nodes.
Inherited from Tree |
Visible |
Gets the node’s visible parent.
Inherited from Tree |
See Also