Skip to main content

OptionsSpellingBase.IgnoreEmails Property

Gets or sets whether e-mail addresses should be excluded from the check.

Namespace: DevExpress.XtraSpellChecker

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

#Declaration

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

#Property Value

Type Default Description
DefaultBoolean

Default

A DefaultBoolean enumeration value specifying whether the words which are e-mail addresses should be checked.

#Property Paths

You can access the OptionsSpellingBase.IgnoreEmails property from the following objects:

Object Type Path to IgnoreEmails
SpellChecker
.OptionsSpelling.IgnoreEmails
SpellChecker
.OptionsSpelling.IgnoreEmails
SpellCheckerBase
.OptionsSpelling.IgnoreEmails

#Remarks

A word that contains an @ (at) symbol is presumed to be an email address. When the IgnoreEmails property is set to DefaultBoolean.True, the spell checker does not check email addresses.

#Implements

See Also