Gets or sets a value that indicates whether assignments are read only and tasks cannot be dragged among resource rows to change their assignments in the chart.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

See Also