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

Implements

ILoadChartView..::.Items

See Also