Skip to main content

RepeatedWordFoundEventArgs.Length Property

Gets the length of the repeated word.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

#Declaration

public Position Length { get; }

#Property Value

Type Description
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