Skip to main content

ASPxSpellChecker.GetCustomDictionary() Method

Returns a custom dictionary of the spell checker.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public SpellCheckerCustomDictionary GetCustomDictionary()

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.

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.

See Also