Skip to main content
All docs
V26.1
  • CheckSpellingResult Class

    Represents the result of the spelling check.

    Namespace: DevExpress.XtraSpellChecker

    Assembly: DevExpress.SpellChecker.v26.1.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