ICheckSpellingResult Interface
Represents the result of the spelling check.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v23.1.dll
NuGet Package: DevExpress.Data
Declaration
Related API Members
The following members return ICheckSpellingResult objects:
Remarks
The ISpellChecker.CheckText method returns an object exposing the ICheckSpellingResult interface.
See Also