Gets a collection of NetworkDiagramItem objects that represent the individual task items in the NetworkDiagramView control. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

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

Implements

INetworkDiagramView..::.Items

See Also