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

SpellCheckErrorBase.StartPosition Property

Gets or sets the start position of the misspelled word.

Namespace: DevExpress.XtraSpellChecker.Rules

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

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public Position StartPosition { get; set; }

Property Value

Type Description
DevExpress.XtraSpellChecker.Parser.Position

The DevExpress.XtraSpellChecker.Parser.Position object indicating the word’ start position.

See Also