Click or drag to resize
ExtendedTextAreaBraceMatching Property
Gets or sets if braces should be automatically matched (highlights open and closing brace).

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public bool BraceMatching { get; set; }

Property Value

Type: Boolean
True, if brace matching is enabled, otherwise false. Default is false.
See Also