Gets the allocation 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<IAllocationItem> ILoadChartItem.GanttChartItems { get; }
Visual Basic (Declaration)
Private ReadOnly Property GanttChartItems As IEnumerable(Of IAllocationItem)
	Implements ILoadChartItem.GanttChartItems

Implements

ILoadChartItem..::.GanttChartItems

See Also