A newer version of this page is available.
Switch to the current version.
ISpellChecker Interface
The base interface for a spell checker.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v18.2.dll
Declaration
Related API Members
The following members accept/return ISpellChecker objects:
Library | Related API Members |
---|---|
WinForms Controls | RichEditControl.SpellChecker |
WPF Controls | RichEditControl.SpellChecker |
Remarks
The ISpellChecker interface serves as a base for SpellChecker (WinForms), SpellChecker and RichEditSpellChecker (WPF) classes.
NOTE
We do not recommend creating custom ISpellChecker implementation.
See Also
Feedback