Skip to main content
A newer version of this page is available. .

Spell Checker

  • 2 minutes to read

Overview

SpellCheckerMainPage-Overview

The DevExpress WPF Spell Checker enables you to add a Microsoft Office-style spell checker to your application. You can integrate the Spell Checker into most DevExpress text-aware controls and custom controls.

If you are new to the Spell Checker, we recommend that you first review the following introductory documents:

Dictionaries

The Spell Checker for WPF supports the following dictionaries:

  • Simple
  • ISpell
  • OpenOffice
  • Hunspell
  • Custom

You can add multiple dictionaries to the spell checker’s dictionary collection or share dictionaries between multiple spell checkers.

Customize Spell Check UI

SpellCheckerMainPage-VisualElements

You can customize or hide the following UI elements:

Spelling Dialog
This dialog is used to make corrections: select one of the suggested corrections to replace a misspelled word (either once or all occurrences), skip the word, ignore the word and all its further occurrences, or add the word to a custom dictionary.
Spelling Options Dialog
Allows users to adjust Spell Checker behavior (ignore words in upper case, mixed case, words that contain numbers, and so on), edit the custom dictionary, and change the language of the selected text to use the corresponding proofing dictionary.
See Also