Skip to main content

ISpellingErrorInfo.WordStartPosition Property

Gets the start position of a misspelled word.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

Position WordStartPosition { get; }

Property Value

Type Description
DevExpress.XtraSpellChecker.Parser.Position

A DevExpress.XtraSpellChecker.Parser.Position object containing information on the position of the word.

See Also