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

SpellCheckerDictionaryBase.Item[Int32] Property

Gets or sets the word at the specified index in the dictionary.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public string this[int index] { get; set; }

Parameters

Name Type Description
index Int32

The zero-based index of the element to get or set.

Property Value

Type Description
String

A String object that represents a word in a dictionary.

See Also