RepeatedWordFoundEventArgs.Suggestion Property
A string to replace the repeated word.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v25.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Property Value
| Type | Description |
|---|---|
| String | A String to replace the repeated word. |
Remarks
The default value of the RepeatedWordFoundEventArgs.Suggestion is Empty. Replacement with an empty string actually deletes the repeated word.
See Also