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

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

See Also