GanttNode.TaskKind Property
In This Article
Gets the task’s kind (task, summary task or milestone).
Namespace: DevExpress.Xpf.Gantt
Assembly: DevExpress.Xpf.Gantt.v24.2.dll
NuGet Package: DevExpress.Wpf.Gantt
#Declaration
public GanttTaskKind TaskKind { get; }
#Property Value
Type | Description |
---|---|
Gantt |
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