DictionaryHelper Class
In This Article
Helper class to make working with dictionaries easier.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#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).
See Also