Gets or sets the task items to be presented in the Network Diagram.

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

Syntax

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

See Also