Enumerates the leaf tasks managed by this TaskManager.
The dependency property is LeafNodes.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
[BindableAttribute(true)] public IEnumerable<Task> LeafTasks { get; } |
| Visual Basic (Declaration) |
|---|
<BindableAttribute(True)> _ Public ReadOnly Property LeafTasks As IEnumerable(Of Task) |