A newer version of this page is available.
Switch to the current version.
DictionaryCollection Class
Represents a collection of XtraSpellChecker dictionaries.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v18.2.Core.dll
Declaration
[ListBindable(BindableSupport.No)]
[TypeConverter(typeof(UniversalCollectionTypeConverter))]
public class DictionaryCollection :
ICollection<ISpellCheckerDictionary>,
IEnumerable<ISpellCheckerDictionary>,
IEnumerable,
ICollection,
IList,
ICollectionEditorSupport
<ListBindable(BindableSupport.No)>
<TypeConverter(GetType(UniversalCollectionTypeConverter))>
Public Class DictionaryCollection
Implements ICollection(Of ISpellCheckerDictionary),
IEnumerable(Of ISpellCheckerDictionary),
IEnumerable,
ICollection,
IList,
ICollectionEditorSupport
Related API Members
The following members accept/return DictionaryCollection objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | DictionaryCollection.Empty |
SpellCheckerBase.Dictionaries | |
WinForms Controls | SharedDictionaryStorage.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
Feedback