DictionaryHelper.AddWord(String) Method
Adds a word to a custom dictionary.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
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