Skip to main content

DictionaryHelper.AddWord(String) Method

Adds a word to a custom dictionary.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

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