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