Skip to main content
A newer version of this page is available. .

HtmlEditorHtmlViewSettings.HighlightMatchingTags Property

Specifies if a tag is highlighted when end-user selects a matching tag.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll

Declaration

[DefaultValue(false)]
public bool HighlightMatchingTags { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to highlight matching tags; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to HighlightMatchingTags
ASPxHtmlEditorSettings
.SettingsHtmlView.HighlightMatchingTags

Remarks

Note that the HighlightMatchingTags property is in effect in advanced mode only, i.e., when the HtmlEditorHtmlViewSettings.Mode property is set to Advanced.

ASPxHtmlEditor_HtmlViewSettings

Online Demo

Html Highlighting

See Also