Gets the base ItemsControl used as the core for the Gantt Chart view of this control.

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

Syntax

C#
[BindableAttribute(false)]
public ItemsControl BaseGanttChartItemsControl { get; }
Visual Basic (Declaration)
<BindableAttribute(False)> _
Public ReadOnly Property BaseGanttChartItemsControl As ItemsControl

See Also