Task
Tasks correspond to records in a data source and are represented by GanttNode objects.

The image below illustrates task types.

The table below lists the main members that affect element appearance and functionality.
| Characteristics | Members |
|---|---|
| Contents | TreeListNodeBase.Content |
| Indent | TreeListView.RowIndent |
| Expand Button Visibility | TreeListNode.IsExpandButtonVisible |
| Milestone | GanttView.MilestoneStyle, GanttView.PrintMilestoneStyle |
| Summary Task | GanttView.SummaryTaskStyle, GanttView.PrintSummaryTaskStyle |
| Task | GanttView.TaskStyle, GanttView.PrintTaskStyle |
See Also