ASPxSpellChecker.GetCustomDictionary() Method
Returns a custom dictionary of the spell checker.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v25.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.
See Also