SpellCheckMode Enum
Lists available operation modes of the spell checker.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Members
Name | Description |
---|---|
On
|
Starts spelling check and invokes the spelling form for making corrections. |
As
|
Starts spelling check when you finish typing the word or move the cursor after changing it. |
#Related API Members
The following properties accept/return SpellCheckMode values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | ISpell |
Win |
Spell |
WPF Controls | Spell |
#Remarks
The chosen mode affects only the way the spell checker interacts with the user, and not the process of parsing the text and searching for suggestions.