Iterates the expandable 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> GetExpandables()
Visual Basic (Declaration)
Public Function GetExpandables As IEnumerable(Of GanttChartItem)

Return Value

The expandable items in the collection.

See Also