Back to Devexpress

ASPxSpellCheckerSpellingSettings.IgnoreMarkupTags Property

aspnet-devexpress-dot-web-dot-aspxspellchecker-dot-aspxspellcheckerspellingsettings-cab714e5.md

latest2.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public virtual bool IgnoreMarkupTags { get; set; }
vb
<DefaultValue(False)>
Public Overridable Property IgnoreMarkupTags As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to IgnoreMarkupTags
ASP.NET MVC ExtensionsSpellCheckerSettings

.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

ASPxSpellCheckerSpellingSettings Class

ASPxSpellCheckerSpellingSettings Members

DevExpress.Web.ASPxSpellChecker Namespace