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