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

SpellingErrorInfo.WordStartPosition Property

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

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public Position WordStartPosition { get; }

Property Value

Type Description
DevExpress.XtraSpellChecker.Parser.Position

A DevExpress.XtraSpellChecker.Parser.Position object.

Implements

See Also