DictionaryHelper Class
In This Article
Helper class to make working with dictionaries easier.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v14.2.Core.dll
#Declaration
#Returned By
The SpellCheckerBase.DictionaryHelper property returns an instance of DictionaryHelper.
#Remarks
Get an instance of the DictionaryHelper class via the SpellCheckerBase.DictionaryHelper property. Use this class to find a word in all dictionaries of the current culture (the DictionaryHelper.FindWord method) or add a word to a custom dictionary (the DictionaryHelper.AddWord method).
See Also