Gets the base IGanttChartView control instance used internally by this control.

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

Syntax

C#
public IGanttChartView BaseGanttChartView { get; }
Visual Basic (Declaration)
Public ReadOnly Property BaseGanttChartView As IGanttChartView

Implements

IScheduleChartView..::.BaseGanttChartView

See Also