Iterates the leaf items in the hierarchical collection.

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

Syntax

C#
public IEnumerable<GanttChartItem> GetLeaves()
Visual Basic (Declaration)
Public Function GetLeaves As IEnumerable(Of GanttChartItem)

Return Value

The leaf items in the collection.

See Also