DictionaryCollection Class
In This Article
Represents a collection of XtraSpellChecker dictionaries.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v14.2.Core.dll
#Declaration
[TypeConverter(typeof(UniversalCollectionTypeConverter))]
[ListBindable(BindableSupport.No)]
public class DictionaryCollection :
ICollection<ISpellCheckerDictionary>,
IEnumerable<ISpellCheckerDictionary>,
IList,
ICollection,
IEnumerable,
ICollectionEditorSupport
#Returned By
Properties that return DictionaryCollection instances:
#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.
See Also