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.v20.2.Core.dll

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

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