GanttNode.TaskKind Property
Gets the task’s kind (task, summary task or milestone).
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.1.dll
NuGet Package: DevExpress.Wpf.Gantt
Declaration
Property Value
Type | Description |
---|---|
GanttTaskKind | A task’s kind. |
Available values:
Name | Description |
---|---|
Task | Identifies the gantt task. |
Summary | Identifies the summary task. |
Milestone | Identifies the milestone task. |
Remarks
The item type is determined automatically – a task with no duration is a milestone, and a task with children is a summary task.
See Also