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

See Also