wpf-devexpress-dot-xpf-dot-spellchecker.md
Represents the base component of the Spell Checker.
Namespace : DevExpress.Xpf.SpellChecker
Assembly : DevExpress.Xpf.SpellChecker.v25.2.dll
NuGet Package : DevExpress.Wpf.SpellChecker
public class SpellChecker :
SpellCheckerBase,
ISpellChecker
Public Class SpellChecker
Inherits SpellCheckerBase
Implements ISpellChecker
The following members return SpellChecker objects:
Spell Checker is represented by three instances:
SpellCheckerBasic spell checking component.RichEditSpellCheckerSpell-checking functionality in XAML for the RichEditControl.DXSpellCheckerSpell-checking functionality in XAML for other text editors.
If you are new to the Spell Checker, we recommend that you first review the following introductory documents:
The table below lists features available for Spell Checker components.
| Parameters | SpellChecker | RichEditSpellChecker | DXSpellChecker |
|---|---|---|---|
| Supported Editors | TextBox | ||
| RichTextBox | |||
| TextEdit | |||
| MemoEdit | |||
| RichEditControl | RichEditControl | TextBox | |
| RichTextBox | |||
| TextEdit | |||
| MemoEdit | |||
| Supported Dictionaries | Simple, ISpell, OpenOffice, Hunspell, Custom | ISpell, OpenOffice, Hunspell, Custom | ISpell, OpenOffice, Hunspell, Custom |
| Available in Code-Behind | Yes | ||
| (Example) | No | No | |
| Check-As-You-Type Mode | Yes | ||
| (Example) | Yes | ||
| (Example) | Yes | ||
| (Example) | |||
| Custom Controls Registration | Yes | ||
| (Example) | No | No |
The Spell Checker for WPF supports the following dictionaries:
You can add multiple dictionaries to the spell checker’s dictionary collection or share dictionaries between multiple spell checkers.
Object MarshalByRefObject Component SpellCheckerBase SpellChecker
See Also