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

OptionsSpellingBase.IgnoreMarkupTags Property

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

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v18.2.Core.dll

Declaration

[DefaultValue(DefaultBoolean.Default)]
[Browsable(false)]
[XtraSerializableProperty]
public virtual DefaultBoolean IgnoreMarkupTags { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

A DefaultBoolean enumeration value specifying whether to exclude the text within tags from the check. When the IgnoreMarkupTags property is set to DefaultBoolean.False or DefaultBoolean.Default, the spell checker checks text within tags.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Property Paths

You can access this nested property as listed below:

Library Object Type Path to IgnoreMarkupTags
Cross-Platform Class Library SpellCheckerBase
.OptionsSpelling.IgnoreMarkupTags
WinForms Controls SpellChecker
.OptionsSpelling.IgnoreMarkupTags
WPF Controls SpellChecker
.OptionsSpelling.IgnoreMarkupTags

Implements

See Also