NotInDictionaryWordFoundEventArgs.Suggestion Property
Specifies an appropriate replacement for an incorrect word identified during spell checking.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
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