GanttNode Members
In This Article
#Properties
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 |
#Methods
Name | Description |
---|---|
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 all child nodes.
Inherited from Tree |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
Indicates whether the current node belongs to the specified branch node.
Inherited from 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. |
To |
Returns a string that represents the current object. |
#Events
Name | Description |
---|---|
Property |
Occurs every time any of the Tree |
See Also