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