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

AfterCheckWordEventArgs.StartPosition Property

Gets the position of a checked word in a text.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v18.2.dll

Declaration

public Position StartPosition { get; }

Property Value

Type Description
DevExpress.XtraSpellChecker.Parser.Position

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

See Also