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

DictionaryCollection.IndexOf(ISpellCheckerDictionary) Method

Returns an index of a dictionary in a collection.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public int IndexOf(
    ISpellCheckerDictionary dictionary
)

Parameters

Name Type Description
dictionary ISpellCheckerDictionary

An ISpellCheckerDictionary interface specifying the dictionary.

Returns

Type Description
Int32

An integer that is the index of an item in a collection.

See Also