Gets or sets the task items to be presented in the Schedule Chart and its associated grid.

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

Syntax

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

See Also