ASPxSpellChecker.GetCustomDictionary() Method
Returns a custom dictionary of the spell checker.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Returns
Type | Description |
---|---|
SpellCheckerCustomDictionary | A SpellCheckerCustomDictionary object representing a custom dictionary. |
Remarks
A SpellCheckerCustomDictionary is the dictionary containing words added by the user while checking. Newly added words are stored in the session, the original word file of the custom dictionary remains intact.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GetCustomDictionary() method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.