ASPxSpellCheckerCustomDictionary.AddWords(String[]) Method
Appends several words to a custom dictionary.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
words | String[] | A string array of words to add to a dictionary. |
Remarks
The method calls the ASPxSpellCheckerCustomDictionary.AddWord method for each word in batch mode.
Note
To save a dictionary to a file for subsequent use, handle the ASPxSpellChecker.WordAdded event and write words from dictionary to a stream.
See Also