Skip to main content

DictionaryHelper Class

Helper class to make working with dictionaries easier.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v14.2.Core.dll

#Declaration

public class DictionaryHelper

#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).

#Inheritance

Object
DictionaryHelper
See Also