Back to Devexpress

OptionsSpellingBase.IgnoreEmails Property

corelibraries-devexpress-dot-xtraspellchecker-dot-optionsspellingbase-6bf170c5.md

latest2.4 KB
Original Source

OptionsSpellingBase.IgnoreEmails Property

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

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
public virtual DefaultBoolean IgnoreEmails { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
Public Overridable Property IgnoreEmails As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

A DefaultBoolean enumeration value specifying whether the words which are e-mail addresses should be checked. When the IgnoreEmails property is set to DefaultBoolean.True or DefaultBoolean.Default, the spell checker does not check email addresses.

|

Available values:

NameDescriptionReturn 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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to IgnoreEmails
SpellCheckerBase

.OptionsSpelling .IgnoreEmails

|

Remarks

A word that contains an @ (at) symbol is presumed to be an email address.

Implements

IgnoreEmails

See Also

OptionsSpellingBase Class

OptionsSpellingBase Members

DevExpress.XtraSpellChecker Namespace