Skip to main content

IOptionsSpellings.IgnoreMarkupTags Property

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

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

DefaultBoolean IgnoreMarkupTags { get; set; }

Property Value

Type Description
DefaultBoolean

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

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

See Also