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

ASPxSpellCheckerSpellingSettings.IgnoreMarkupTags Property

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

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean false

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to IgnoreMarkupTags
ASP.NET MVC Extensions SpellCheckerSettings
.SettingsSpelling .IgnoreMarkupTags
ASP.NET Web Forms Controls ASPxSpellChecker
.SettingsSpelling .IgnoreMarkupTags

Remarks

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

< >, [ ]

See Also