Back to Devexpress

RepeatedWordFoundEventArgs.Length Property

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

latest1.4 KB
Original Source

RepeatedWordFoundEventArgs.Length Property

Gets the length of the repeated word.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public Position Length { get; }
vb
Public ReadOnly Property Length As Position

Property Value

TypeDescription
DevExpress.XtraSpellChecker.Parser.Position

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

RepeatedWordFoundEventArgs Class

RepeatedWordFoundEventArgs Members

DevExpress.XtraSpellChecker Namespace