Gets or sets a value that indicates whether the item assignments content is read only within the control. Set this property to true if you intend to display arbitrary markup as item assignments content within the grid; in this case it is strongly recommended to also set AreTaskAssignmentsVisible to false in order to remove the assumingly undesired simple text output from the chart area.

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

Syntax

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

See Also