Gets or sets a value that indicates whether the Gantt Chart view control is read-only to a user interacting with it.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public bool IsGanttChartViewReadOnly { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property IsGanttChartViewReadOnly As Boolean |