GanttNode Properties
A gantt task.Name | Description |
---|---|
ActualLevel | Gets the node’s actual nesting level. Inherited from TreeListNode. |
BaselineDuration | Gets the task baseline’s duration. |
BaselineFinishDate | Gets the task baseline’s finish date. |
BaselineStartDate | Gets the task baseline’s start date. |
Content | Inherited from TreeListNode. |
Duration | Gets the task’s duration. |
ExpandStateBinding | Gets or sets the binding that determines whether the node is expanded. Inherited from TreeListNode. |
FinishDate | Gets the task’s finish date. |
HasChildren | Gets whether or not the node has a child node(s). Inherited from TreeListNodeBase. |
HasVisibleChildren | Gets whether the node has a child node(s) displayed within a View. Inherited from TreeListNode. |
Id | Uniquely identifies the current tree node. Inherited from TreeListNodeBase. |
Image | Gets or sets the node’s image. Inherited from TreeListNode. |
IsCheckBoxEnabled | Indicates whether the node’s check box is enabled. Inherited from TreeListNode. |
IsChecked | Gets or sets whether the node is checked. Inherited from TreeListNode. |
IsCritical | Gets whether the current Gantt task is critical. |
IsExpandButtonVisible | Gets or sets whether the expand button is displayed within the node or not. Inherited from TreeListNode. |
IsExpanded | Gets or sets whether the treelist row is expanded. Inherited from TreeListNode. |
IsFiltered | Gets whether the node is filtered or not. Inherited from TreeListNodeBase. |
IsFirst | Gets whether the node is the first node within a collection of nodes. Inherited from TreeListNode. |
IsLast | Gets whether the node is the last node within a collection of nodes. Inherited from TreeListNode. |
IsVisible | Gets whether the treelist node is visible. Inherited from TreeListNodeBase. |
ItemsSource | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from TreeListNode. |
Level | Gets the node’s nesting level. Inherited from TreeListNode. |
Name | Gets the task’s name. |
Nodes | Gets the collection of child nodes. Inherited from TreeListNode. |
ParentNode | Gets the parent node. Inherited from TreeListNode. |
Progress | Gets the task’s progress. |
RowHandle | Gets the row handle that identifies the node. Inherited from TreeListNodeBase. |
StartDate | Gets the task’s start date. |
Tag | Gets or sets the data associated with the node. Inherited from TreeListNodeBase. |
TaskKind | Gets the task’s kind (task, summary task or milestone). |
VisibleIndex | Gets the node’s position within a View among visible nodes. Inherited from TreeListNodeBase. |
VisibleParent | Gets the node’s visible parent. Inherited from TreeListNode. |
See Also