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

RepeatedWordFoundEventArgs.Word Property

Gets a word that is found to be repeated.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public string Word { get; }

Property Value

Type Description
String

A String object representing a repeated word in the text.

See Also