Skip to main content

ASPxHtmlEditorSpellCheckerSpellingSettings.IgnoreMarkupTags Property

Gets or sets whether the text enclosed with specific markup tags should be checked.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public override bool IgnoreMarkupTags { get; set; }

Property Value

Type Default Description
Boolean true

true to exclude the text within tags from the check; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to IgnoreMarkupTags
ASPxHtmlEditorSpellCheckerSettings
.SettingsSpelling .IgnoreMarkupTags

Remarks

The text within the following tags could be either checked or not, depending on the IgnoreMarkupTags property’s value:

< >, [ ]

See Also