Back to Devexpress

IOptionsSpellings.IgnoreEmails Property

corelibraries-devexpress-dot-xtraspellchecker-dot-ioptionsspellings-18d5c5ab.md

latest1.5 KB
Original Source

IOptionsSpellings.IgnoreEmails Property

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

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
DefaultBoolean IgnoreEmails { get; set; }
vb
Property IgnoreEmails As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

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

|

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

|

See Also

IOptionsSpellings Interface

IOptionsSpellings Members

DevExpress.XtraSpellChecker Namespace