Skip to main content

AfterCheckWordEventArgs.StartPosition Property

Gets the position of a checked word in a text.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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