Back to Devexpress

RepeatedWordFoundEventArgs.Word Property

corelibraries-devexpress-dot-xtraspellchecker-dot-repeatedwordfoundeventargs-ad526e88.md

latest1.2 KB
Original Source

RepeatedWordFoundEventArgs.Word Property

Gets a word that is found to be repeated.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public string Word { get; }
vb
Public ReadOnly Property Word As String

Property Value

TypeDescription
String

A String object representing a repeated word in the text.

|

See Also

RepeatedWordFoundEventArgs Class

RepeatedWordFoundEventArgs Members

DevExpress.XtraSpellChecker Namespace