Skip to main content
A newer version of this page is available. .

RepeatedWordFoundEventArgs.StartPosition Property

Gets the beginning of the repeated word in a text.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public Position StartPosition { get; }

Property Value

Type Description
DevExpress.XtraSpellChecker.Parser.Position

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

See Also