Enumerates the root tasks managed by this TaskGanttChartNodeListViewBase. The dependency property is RootNodes.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
[BindableAttribute(true)]
public IEnumerable<Task> RootTasks { get; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public ReadOnly Property RootTasks As IEnumerable(Of Task)

See Also