Gets a collection of ScheduleChartItem objects that represent the individual resource items in the ScheduleChartDataGrid control. This is a dependency property.

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

Syntax

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

Implements

IScheduleChartView..::.Items

See Also