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

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.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