ICheckSpellingResult Interface
In This Article
Represents the result of the spelling check.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v24.2.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