Back to Devexpress

GanttControlNode Members

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrolnode-dot-underscore-members.md

latest16.5 KB
Original Source

GanttControlNode Members

Specifies a node in a GanttControl.

Constructors

NameDescription
GanttControlNode()Initializes a new GanttControlNode class instance.

Properties

NameDescription
AllNodesCountReturns the total number of nodes for this TreeListNode. Inherited from TreeListNode.
CheckBoxStyleGets the style of check boxes displayed in the node. Inherited from TreeListNode.
CheckedGets or sets whether the node is checked. Inherited from TreeListNode.
CheckStateGets or sets the node’s check state. Inherited from TreeListNode.
ChildrenCheckBoxStyleGets or sets whether all child nodes owned by this node should display check boxes, radio buttons, or neither. Inherited from TreeListNode.
DataObsolete. Gets or sets a value that can be freely used as your specific programming needs dictate. Inherited from TreeListNode.
ExpandedGets or sets whether the node is expanded. Inherited from TreeListNode.
FirstNodeGets the first child node.
FocusedGets whether the node is currently focused. Inherited from TreeListNode.
GanttControlGets the control to which this node belongs.
HasChildrenGets or sets a value indicating whether a node has children. Inherited from TreeListNode.
IdGets the index of the corresponding record within the associated data source. Inherited from TreeListNode.
ImageIndexGets 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.
IsCriticalReturns whether or not this task is critical.
IsSelectedGets whether the current node is selected. Inherited from TreeListNode.
Item[Object]Gets or sets a value for a specific column. Inherited from TreeListNode.
LastNodeGets the last child node.
LevelReturns the nesting level of a node. Inherited from TreeListNode.
NextNodeReturns the next node at the same level.
NextVisibleNodeReturns the next visible node.
NodesProvides access to a collection of child nodes.
ParentNodeGets the node that is the parent node for the current node.
PrevNodeGets the previous node at the same level.
PrevVisibleNodeReturns the previous visible node.
RootNodeReturns the parent node at the root level.
RowCountReturns 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.
SelectImageIndexGets or sets the index of the node’s select image from the TreeList.SelectImageList collection displayed when this node is focused. Inherited from TreeListNode.
SelectImageListGets the source of select images for nodes. Inherited from TreeListNode.
StateImageIndexGets or sets the index of the node’s state image from the TreeList.StateImageList collection. Inherited from TreeListNode.
StateImageListGets the source of state images for nodes. Inherited from TreeListNode.
TagGets or sets the data associated with a Tree List node. Inherited from TreeListNode.
TreeListGets the TreeList object to which the current node belongs. Inherited from TreeListNode.
VisibleGets or sets whether the node is visible. The property allows you to perform node filtering. Inherited from TreeListNode.

Methods

NameDescription
Assign(GanttControlNode)Assigns the specified object’s property values to the current object’s corresponding properties.
Assign(TreeListNode)Copies settings from the target node to this TreeListNode object. Inherited from TreeListNode.
CheckAll()Checks the current node and all its nested nodes (including all their children). Inherited from TreeListNode.
Clone()Returns a copy of this node. Inherited from TreeListNode.
Collapse(Boolean)Collapses the node. Inherited from TreeListNode.
CollapseAll()Collapses all child nodes. Inherited from TreeListNode.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
Expand(Boolean)Expands the node. Inherited from TreeListNode.
ExpandAll()Expands all the child nodes. Inherited from TreeListNode.
GetBaselineDuration()Returns the task baseline duration.
GetBaselineFinishDate()Gets the task’s baseline finish date.
GetBaselineStartDate()Gets the task’s baseline start date.
GetDisplayText(Object)Returns the text representation of a specific column value. Inherited from TreeListNode.
GetDuration()Returns the task’s duration.
GetFinishDate()Returns the task’s finish date.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetPredecessorNodes()Returns the node’s predecessors as GanttControlNode objects.
GetPredecessors()Returns keys (see KeyFieldName) of the node’s predecessors.
GetProgress()Returns the task’’s progress.
GetStartDate()Returns the task’s start date.
GetSuccessorNodes()Returns the node’s successors as GanttControlNode objects.
GetSuccessors()Returns keys (see KeyFieldName) of the node’s successors. This method is only in effect if you use the DependencySource property to specify dependencies.
GetText()Returns the caption displayed next to the specified task (node) in the chart area.
GetType()Gets the Type of the current instance. Inherited from Object.
GetValue(Object)Returns the value for a specific column, or null if no column with such columnID was found. Inherited from TreeListNode.
HasAsParent(GanttControlNode)Returns whether the specified node is a parent node.
HasAsParent(TreeListNode)Determines whether the current node has a TreeListNode instance as a parent. Inherited from TreeListNode.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Remove()Removes this node. Inherited from TreeListNode.
SetValue(Object, Object)Sets the value for a specific column. Inherited from TreeListNode.
Sort(TreeListColumn, SortOrder, Boolean)Sorts the node’s children against a column. Inherited from TreeListNode.
Sort(IComparer<TreeListNode>, Boolean)Sorts the nodes’ children using the specified IComparer object. Inherited from TreeListNode.
ToString()Returns a string that represents the current object. Inherited from Object.
UncheckAll()Unchecks the current node and all its nested nodes (including all their children). Inherited from TreeListNode.

See Also

GanttControlNode Class

DevExpress.XtraGantt Namespace