GanttControlNode Members
In This Article
#Constructors
Name | Description |
---|---|
Gantt |
Initializes a new Gantt |
#Properties
Name | Description |
---|---|
All |
Returns the total number of nodes for this Tree |
Check |
Gets the style of check boxes displayed in the node.
Inherited from Tree |
Checked |
Gets or sets whether the node is checked.
Inherited from Tree |
Check |
Gets or sets the node’s check state.
Inherited from Tree |
Children |
Gets or sets whether all child nodes owned by this node should display check boxes, radio buttons, or neither.
Inherited from Tree |
Data |
Obsolete. Gets or sets a value that can be freely used as your specific programming needs dictate.
Inherited from Tree |
Expanded |
Gets or sets whether the node is expanded.
Inherited from Tree |
First |
Gets the first child node. |
Focused |
Gets whether the node is currently focused.
Inherited from Tree |
Gantt |
Gets the control to which this node belongs. |
Has |
Gets or sets a value indicating whether a node has children.
Inherited from Tree |
Id |
Gets the index of the corresponding record within the associated data source.
Inherited from Tree |
Image |
Gets or sets the index of the node’s select image from the Tree |
Is |
Returns whether or not this task is critical. |
Is |
Gets whether the current node is selected.
Inherited from Tree |
Item[Object] |
Gets or sets a value for a specific column.
Inherited from Tree |
Last |
Gets the last child node. |
Level |
Returns the nesting level of a node.
Inherited from Tree |
Next |
Returns the next node at the same level. |
Next |
Returns the next visible node. |
Nodes | Provides access to a collection of child nodes. |
Parent |
Gets the node that is the parent node for the current node. |
Prev |
Gets the previous node at the same level. |
Prev |
Returns the previous visible node. |
Root |
Returns the parent node at the root level. |
Row |
Returns the total number of rows occupied by all child nodes that belong to this node. The row occupied by this Tree |
Select |
Gets or sets the index of the node’s select image from the Tree |
Select |
Gets the source of select images for nodes.
Inherited from Tree |
State |
Gets or sets the index of the node’s state image from the Tree |
State |
Gets the source of state images for nodes.
Inherited from Tree |
Tag |
Gets or sets the data associated with a Tree List node.
Inherited from Tree |
Tree |
Gets the Tree |
Visible |
Gets or sets whether the node is visible. The property allows you to perform node filtering.
Inherited from Tree |
#Methods
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