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

DictionaryCollection.Item[Int32] Property

Gets the dictionary object specified by its index.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public ISpellCheckerDictionary this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer specifying the index of a dictionary in a collection.

Property Value

Type Description
ISpellCheckerDictionary

An object exposing the ISpellCheckerDictionary interface that is the spell checker dictionary.

See Also