Skip to main content
A newer version of this page is available. .

RepeatedWordFoundEventArgs.Suggestion Property

A string to replace the repeated word.

Namespace: DevExpress.XtraSpellChecker

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

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