Back to Devexpress

GanttNode Properties

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttnode-dot-underscore-properties.md

latest5.9 KB
Original Source

GanttNode Properties

A gantt treelist‘s node.

NameDescription
ActualLevelGets the node’s actual nesting level. Inherited from TreeListNode.
BaselineDurationGets the task baseline’s duration.
BaselineFinishDateGets the task baseline’s finish date.
BaselineStartDateGets the task baseline’s start date.
ContentGets or sets an ItemsSource object used to create the node. Inherited from TreeListNode.
DurationGets the task’s duration.
ExpandStateBindingGets or sets the binding that determines whether the node is expanded. Inherited from TreeListNode.
FinishDateGets the task’s finish date.
HasChildrenGets whether or not the node has a child node(s). Inherited from TreeListNodeBase.
HasVisibleChildrenGets whether the node has a child node(s) displayed within a View. Inherited from TreeListNode.
IdUniquely identifies the current tree node. Inherited from TreeListNodeBase.
ImageGets or sets the node’s image. Inherited from TreeListNode.
IsCheckBoxEnabledIndicates whether the node’s check box is enabled. Inherited from TreeListNode.
IsCheckedGets or sets whether the node is checked. Inherited from TreeListNode.
IsCriticalGets whether the current Gantt task is critical.
IsExpandButtonVisibleGets or sets whether the expand button is displayed within the node or not. Inherited from TreeListNode.
IsExpandedGets or sets whether the treelist row is expanded. Inherited from TreeListNode.
IsFilteredGets whether the node is filtered or not. Inherited from TreeListNodeBase.
IsFirstGets whether the node is the first node within a collection of nodes. Inherited from TreeListNode.
IsLastGets whether the node is the last node within a collection of nodes. Inherited from TreeListNode.
IsVisibleGets whether the treelist node is visible. Inherited from TreeListNodeBase.
ItemsSourceThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from TreeListNode.
LevelGets the node’s nesting level. Inherited from TreeListNode.
NameGets the task’s name.
NodesGets the collection of child nodes. Inherited from TreeListNode.
ParentNodeGets the parent node. Inherited from TreeListNode.
ProgressGets the task’s progress.
RowHandleGets the row handle that identifies the node. Inherited from TreeListNodeBase.
StartDateGets the task’s start date.
TagGets or sets the data associated with the node. Inherited from TreeListNodeBase.
TaskKindGets the task’s kind (task, summary task or milestone).
VisibleIndexGets the node’s position within a View among visible nodes. Inherited from TreeListNodeBase.
VisibleParentGets the node’s visible parent. Inherited from TreeListNode.

See Also

GanttNode Class

GanttNode Members

DevExpress.Xpf.Gantt Namespace