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