Skip to main content

RepeatedWordFoundEventArgs.Suggestion Property

A string to replace the repeated word.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public virtual string Suggestion { get; set; }

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