Skip to main content

WrongWordRecord.WordEndPosition Property

Indicates the starting position of a misspelled word in the document.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public Position WordEndPosition { get; }

Property Value

Type Description
DevExpress.XtraSpellChecker.Parser.Position

A DevExpress.XtraSpellChecker.Parser.Position object.

See Also