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

ICheckSpellingResult Interface

Represents the result of the spelling check.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v18.1.dll

Declaration

public interface ICheckSpellingResult

The following members accept/return ICheckSpellingResult objects:

Remarks

The ISpellChecker.CheckText method returns an object exposing the ICheckSpellingResult interface.

Tip

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

See Also