DictionaryCollection.IndexOf(ISpellCheckerDictionary) Method
Returns an index of a dictionary in a collection.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v25.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
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