Back to Devexpress

RepeatedWordFoundEventArgs.Suggestion Property

corelibraries-devexpress-dot-xtraspellchecker-dot-repeatedwordfoundeventargs-1b0aae27.md

latest1.5 KB
Original Source

RepeatedWordFoundEventArgs.Suggestion Property

A string to replace the repeated word.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public virtual string Suggestion { get; set; }
vb
Public Overridable Property Suggestion As String

Property Value

TypeDescription
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

RepeatedWordFoundEventArgs Class

RepeatedWordFoundEventArgs Members

DevExpress.XtraSpellChecker Namespace