Gets a collection of LoadChartItem objects that represent the individual resource items in the LoadChartView control.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: 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) |