Gets a collection of NetworkDiagramItem objects that represent the individual task items in the INetworkDiagramView control.
Namespace:
DlhSoft.Windows.Controls.PertAssembly: DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)
Syntax
| C# |
|---|
ObservableCollection<NetworkDiagramItem> Items { get; set; } |
| Visual Basic (Declaration) |
|---|
Property Items As ObservableCollection(Of NetworkDiagramItem) |