Gets or sets a collection that defines assigned task item objects that are displayed in the Gantt Chart view as task bars. It is passed to the client side as the scheduleChartItem.ganttChartItems array accessible from the client code.

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

Syntax

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

See Also