Skip to main content
All docs
V26.1
  • SpellCheckErrorBase.Suggestion Property

    Gets or sets a suggestion word for the current error.

    Namespace: DevExpress.XtraSpellChecker.Rules

    Assembly: DevExpress.SpellChecker.v26.1.Core.dll

    NuGet Package: DevExpress.SpellChecker.Core

    Declaration

    public virtual string Suggestion { get; set; }

    Property Value

    Type Description
    String

    A suggestion word.

    See Also