Gets or sets the task event items to be presented in the PERT Chart.

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

Syntax

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

See Also