GanttControlNode Properties
Specifies a node in a GanttControl.Name | Description |
---|---|
AllNodesCount | Returns the total number of nodes for this TreeListNode. Inherited from TreeListNode. |
CheckBoxStyle | Gets the style of check boxes displayed in the node. Inherited from TreeListNode. |
Checked | Gets or sets whether the node is checked. Inherited from TreeListNode. |
CheckState | Gets or sets the node’s check state. Inherited from TreeListNode. |
ChildrenCheckBoxStyle | Gets or sets whether all child nodes owned by this node should display check boxes, radio buttons, or neither. Inherited from TreeListNode. |
Data | Obsolete. Gets or sets a value that can be freely used as your specific programming needs dictate. Inherited from TreeListNode. |
Expanded | Gets or sets whether the node is expanded. Inherited from TreeListNode. |
FirstNode | Gets the first child node. |
Focused | Gets whether the node is currently focused. Inherited from TreeListNode. |
GanttControl | Gets the control to which this node belongs. |
HasChildren | Gets or sets a value indicating whether a node has children. Inherited from TreeListNode. |
Id | Gets the index of the corresponding record within the associated data source. Inherited from TreeListNode. |
ImageIndex | Gets or sets the index of the node’s select image from the TreeList.SelectImageList collection displayed when this node is not focused. Inherited from TreeListNode. |
IsCritical | Returns whether or not this task is critical. |
IsSelected | Gets whether the current node is selected. Inherited from TreeListNode. |
Item[Object] | Gets or sets a value for a specific column. Inherited from TreeListNode. |
LastNode | Gets the last child node. |
Level | Returns the nesting level of a node. Inherited from TreeListNode. |
NextNode | Returns the next node at the same level. |
NextVisibleNode | Returns the next visible node. |
Nodes | Provides access to a collection of child nodes. |
ParentNode | Gets the node that is the parent node for the current node. |
PrevNode | Gets the previous node at the same level. |
PrevVisibleNode | Returns the previous visible node. |
RootNode | Returns the parent node at the root level. |
RowCount | Returns the total number of rows occupied by all child nodes that belong to this node. The row occupied by this TreeListNode itself is not included in the RowCount number. Inherited from TreeListNode. |
SelectImageIndex | Gets or sets the index of the node’s select image from the TreeList.SelectImageList collection displayed when this node is focused. Inherited from TreeListNode. |
SelectImageList | Gets the source of select images for nodes. Inherited from TreeListNode. |
StateImageIndex | Gets or sets the index of the node’s state image from the TreeList.StateImageList collection. Inherited from TreeListNode. |
StateImageList | Gets the source of state images for nodes. Inherited from TreeListNode. |
Tag | Gets or sets the data associated with a Tree List node. Inherited from TreeListNode. |
TreeList | Gets the TreeList object to which the current node belongs. Inherited from TreeListNode. |
Visible | Gets or sets whether the node is visible. The property allows you to perform node filtering. Inherited from TreeListNode. |
See Also