Skip to main content

ICheckSpellingResult Interface

Represents the result of the spelling check.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public interface ICheckSpellingResult

The following members return ICheckSpellingResult objects:

Remarks

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

See Also