Skip to main content

ISpellingErrorInfo.WordEndPosition Property

Gets the end position of a misspelled word.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

Position WordEndPosition { 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