Skip to main content

RepeatedWordFoundEventArgs.Word Property

Gets a word that is found to be repeated.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

#Declaration

public string Word { get; }

#Property Value

Type Description
String

A String object representing a repeated word in the text.

See Also