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