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.v19.1.dll

Declaration

public interface ICheckSpellingResult

The following members return ICheckSpellingResult objects:

Remarks

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

See Also