DictionaryHelper Class
Helper class to make working with dictionaries easier.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
Declaration
Related API Members
The following members return DictionaryHelper objects:
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).
Inheritance
Object
DictionaryHelper
See Also