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

Namespace:  DlhSoft.Web.Mvc.Pert
Assembly:  DlhSoft.ProjectData.PertChart.Mvc.Extensions (in DlhSoft.ProjectData.PertChart.Mvc.Extensions.dll)

Syntax

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

See Also