Skip to main content

NotInDictionaryWordFoundEventArgs.Suggestion Property

Specifies an appropriate replacement for an incorrect word identified during spell checking.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public override string Suggestion { get; set; }

Property Value

Type Description
String

A String value, specifying the replacement word.

Remarks

If the Handled property of the NotInDictionaryWordFoundEventArgs class is enabled and the Result property is set to Changed, the value returned by the Suggestion property will be used to replace an incorrect word.

See Also