Gets or sets an optional collection of parts to be represented for this group item in the chart area. The values are passed to the client side as read only item.parts 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> Parts { get; set; }
Visual Basic (Declaration)
Public Property Parts As List(Of GanttChartItem)

See Also