ISpellChecker Interface
The base interface for a spell checker.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v24.2.dll
Declaration
Related API Members
The following members 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