Gets or sets a value that indicates whether the chart area of the control is read only.

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

Syntax

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

See Also