Skip to main content

DictionaryCollection Class

Represents a collection of XtraSpellChecker dictionaries.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

[ListBindable(BindableSupport.No)]
public class DictionaryCollection :
    ICollection<ISpellCheckerDictionary>,
    IEnumerable<ISpellCheckerDictionary>,
    IEnumerable,
    ICollection,
    IList,
    ICollectionEditorSupport

The following members return DictionaryCollection objects:

Library Related API Members
Cross-Platform Class Library DictionaryCollection.Empty
SpellCheckerBase.Dictionaries
WinForms Controls SharedDictionaryStorage.Dictionaries
SpellChecker.Dictionaries

Remarks

The instance of this class is used to hold spell checker dictionaries and provides methods to access them. The dictionary classes are inherited from the SpellCheckerDictionaryBase class.

Inheritance

Object
DictionaryCollection
See Also