Skip to main content

BeforeCheckWordEventArgs.StartPosition Property

Gets the position of the checked word in a text.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.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 checked word begins.

See Also