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

ISpellChecker Interface

The base interface for a spell checker.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v19.2.dll

Declaration

public interface ISpellChecker

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