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.v20.2.Core.dll

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

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