Gets or sets a value that indicates whether the Gantt Chart view control is read-only to a user interacting with it.

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

Syntax

C#
bool IsGanttChartViewReadOnly { get; set; }
Visual Basic (Declaration)
Property IsGanttChartViewReadOnly As Boolean

See Also