Gets or sets a collection that defines allocation item objects that are displayed in the Load Chart view as allocation bars. It is passed to the client side as the loadChartItem.ganttChartItems array accessible from the client code.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
public List<AllocationItem> GanttChartItems { get; set; }
Visual Basic (Declaration)
Public Property GanttChartItems As List(Of AllocationItem)

See Also