Skip to main content

DictionaryHelper.GetCustomDictionary() Method

Provides access to the currently active custom dictionary.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

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