GanttControlNode Properties
Specifies a node in a GanttControl.
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 |
See Also