Click or drag to resize
ExtendedTextAreaMarkErrors Property
Gets or sets whether syntactic errors should be marked in code.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public bool MarkErrors { get; set; }

Property Value

Type: Boolean
True, if syntactic errors should be marked, otherwise false. Default is true.
See Also