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

See Also