ExtendedTextAreaMarkErrors Property |
Gets or sets whether syntactic errors should be marked in code.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax public bool MarkErrors { get; set; }
Property Value
Type:
BooleanTrue, if syntactic errors should be marked, otherwise false. Default is true.
See Also