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> IScheduleChartItem.GanttChartItems { get; }
Visual Basic (Declaration)
Private ReadOnly Property GanttChartItems As IEnumerable(Of IGanttChartItem)
	Implements IScheduleChartItem.GanttChartItems

Implements

IScheduleChartItem..::.GanttChartItems

See Also