Gets or sets a value that indicates whether the entire control is read only.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

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

See Also