Gets a reference to the LoadChartView control instance used by the LoadChartResourceListView control.

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

Syntax

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

See Also