Gets or sets a value that indicates whether the user can edit the timing values of the current task item in the control by drag and drop operations applied on its associated display bar. This is a dependency property.

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

Syntax

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

See Also