Gets or sets the resource items to be presented in the Load 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<LoadChartItem> Items { get; set; }
Visual Basic (Declaration)
Public Property Items As List(Of LoadChartItem)

See Also