Gets the Gantt Chart item collection of the current resource item used to define assignments (to be displayed as bars in the view).
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> GanttChartItems { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property GanttChartItems As ObservableCollection(Of GanttChartItem) |