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

DictionaryHelper.AddWord(String) Method

Adds a word to a custom dictionary.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public virtual void AddWord(
    string word
)

Parameters

Name Type Description
word String

A string that is the word to add.

Remarks

Adds a word to a custom dictionary of the currently active culture (language setting). You can use the AddWord method instead of iterating spell checker dictionaries to find a custom dictionary of a certain culture.

See Also