Gets a reference to the ScheduleChartView control instance used by the ScheduleChartResourceListView control.

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

Syntax

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

See Also