corelibraries-devexpress-dot-xtraspellchecker-5d15944e.md
Lists implemented spell checker operations.
Namespace : DevExpress.XtraSpellChecker
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public enum SpellCheckOperation
Public Enum SpellCheckOperation
| Name | Description |
|---|---|
AddToDictionary |
Replaces a word in the text with the user input, and adds the replacement to the custom dictionary.
|
| Cancel |
Stops the spelling checker operation, resets the checking strategy and closes the spelling form.
|
| Change |
Replaces the current word in the text being checked with the suggested word.
|
| SilentChange |
Replaces the current word in the text being checked with the suggested word. For internal use.
|
| ChangeAll |
Replaces all occurences of the current word in the text being checked with the suggested word.
|
| Delete |
Deletes the current word from the text.
|
| Ignore |
Disregards the current word and proceeds to the next one.
|
| SilentIgnore |
Disregards the current word and proceeds to the next one. For internal use.
|
| IgnoreAll |
Disregards the current word and all its occurences in the text.
|
| Options |
Invokes the spelling options form. After closing the form, re-checks the text with new spelling options starting with the last checked word.
|
| Recheck |
Forces the spell checker to check the last checked word again.
|
| Undo |
Cancels the effect of the last operation, restoring the text to its previous state.
|
| Custom |
This enumeration member is intended for internal use only.
|
| None |
This enumeration member is intended for internal use only.
|
The following properties accept/return SpellCheckOperation values:
See Also