Enumerates the root tasks managed by this TaskListView.
The dependency property is RootNodes.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public IEnumerable<Task> RootTasks { get; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public ReadOnly Property RootTasks As IEnumerable(Of Task) |