Back to Devexpress

RepeatedWordFoundEventArgs.StartPosition Property

corelibraries-devexpress-dot-xtraspellchecker-dot-repeatedwordfoundeventargs-49f4b731.md

latest1.2 KB
Original Source

RepeatedWordFoundEventArgs.StartPosition Property

Gets the beginning of the repeated word in a text.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

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

Property Value

TypeDescription
DevExpress.XtraSpellChecker.Parser.Position

A DevExpress.XtraSpellChecker.Parser.Position object, representing the position in the text where the repeated word begins.

|

See Also

RepeatedWordFoundEventArgs Class

RepeatedWordFoundEventArgs Members

DevExpress.XtraSpellChecker Namespace