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.v20.2.Core.dll

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.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