Skip to main content
A newer version of this page is available. .

DictionaryHelper.GetCustomDictionary() Method

Provides access to the currently active custom dictionary.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public virtual SpellCheckerCustomDictionary GetCustomDictionary()

Returns

Type Description
SpellCheckerCustomDictionary

A SpellCheckerCustomDictionary object that is the currently active custom dictionary.

Remarks

Use the DictionaryHelper.AddWord method to add a word to a custom dictionary.

See Also