Gets or sets a value that indicates whether the item content is read only within the control. Set this property to true if you intend to display arbitrary markup as item content within the grid.

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

Syntax

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

See Also