Gets a collection of PertChartItem objects that represent the individual task event items in the PertChartView 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<PertChartItem> Items { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Items As ObservableCollection(Of PertChartItem) |