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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to IgnoreMarkupTags |
---|---|---|
ASP.NET Web Forms Controls | ASPxSpellChecker |
|
ASP.NET MVC Extensions | SpellCheckerSettings |
|
Remarks
The text within the following tags could be either checked or not, depending on the IgnoreMarkupTags property’s value:
< >, [ ]
See Also