Gets a collection of GanttChartItem objects that represent the individual task items in the IGanttChartView control.

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

Syntax

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

See Also