Gets the Gantt Chart item collection of the current resource item used to define assignments (to be displayed as bars in the view).

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

Syntax

C#
IEnumerable<IGanttChartItem> GanttChartItems { get; }
Visual Basic (Declaration)
ReadOnly Property GanttChartItems As IEnumerable(Of IGanttChartItem)

See Also