CheckSpellingResult Class
Represents the result of the spelling check.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v23.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Remarks
The CheckSpellingResult is a base implementation of the ICheckSpellingResult interface. The ISpellChecker.CheckText method returns a CheckSpellingResult object.
Implements
Inheritance
Object
CheckSpellingResult
See Also