Skip to main content

CheckSpellingResult Class

Represents the result of the spelling check.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v24.2.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

#Declaration

public class CheckSpellingResult :
    ICheckSpellingResult

#Remarks

The CheckSpellingResult is a base implementation of the ICheckSpellingResult interface. The ISpellChecker.CheckText method returns a CheckSpellingResult object.

#Inheritance

Object
CheckSpellingResult
See Also