RepeatedWordFoundEventArgs.Length Property
In This Article
Gets the length of the repeated word.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
An integer, specifying the word’s length. |
#Remarks
The Length and RepeatedWordFoundEventArgs.StartPosition values determine the start and length of a substring which is considered to be a repeated word and is supposed to be deleted by the end-user command.
See Also