Back to Devexpress

ISpellChecker.SpellCheckMode Property

corelibraries-devexpress-dot-xtraspellchecker-dot-ispellchecker-f67d1637.md

latest1.5 KB
Original Source

ISpellChecker.SpellCheckMode Property

Gets or sets the spell check mode.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
SpellCheckMode SpellCheckMode { get; set; }
vb
Property SpellCheckMode As SpellCheckMode

Property Value

TypeDescription
SpellCheckMode

A SpellCheckMode enumeration member.

|

Available values:

NameDescription
OnDemand

Starts spelling check and invokes the spelling form for making corrections.

| | AsYouType |

Starts spelling check when you finish typing the word or move the cursor after changing it.This operation mode underlines the misspelled word and allows you to select a suggestion from the context menu, invoked by right-clicking the word.

|

See Also

ISpellChecker Interface

ISpellChecker Members

DevExpress.XtraSpellChecker Namespace