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

ISpellChecker Interface

The base interface of a spell checker.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v18.1.dll

Declaration

public interface ISpellChecker

The following members accept/return ISpellChecker objects:

Library Related API Members
WinForms Controls RichEditControl.SpellChecker
WPF Controls RichEditControl.SpellChecker

Remarks

You can implement this interface to construct a custom spell checker that utilizes a different dictionary and spell check technique. The Google spell check service can be utilized to check spelling in projects created with the XtraSpellChecker instead of its default engine. This substitution is transparent to the end-user and does not require changes in the main application code.

Tip

A complete sample project is available in the DevExpress Code Examples database at http://www.devexpress.com/example=E3725.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ISpellChecker interface.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also