Skip to main content
A newer version of this page is available. .

CheckSpellingResult Class

Represents the result of the spelling check.

Namespace: DevExpress.XtraSpellChecker

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

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