Gets a collection of LoadChartItem objects that represent the individual resource items in the ILoadChartView control.

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

Syntax

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

See Also