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

CheckSpellingResult.Index Property

Gets the checked word’s index in text.

Namespace: DevExpress.XtraSpellChecker

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

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

Declaration

public int Index { get; }

Property Value

Type Description
Int32

The index of a word.

Implements

See Also