Back to Devexpress

ASPxSpellCheckerCustomDictionary.Dictionary Property

aspnet-devexpress-dot-web-dot-aspxspellchecker-dot-aspxspellcheckercustomdictionary.md

latest2.0 KB
Original Source

ASPxSpellCheckerCustomDictionary.Dictionary Property

Gets a custom spellchecker dictionary.

Namespace : DevExpress.Web.ASPxSpellChecker

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

NuGet Package : DevExpress.Web

Declaration

csharp
public SpellCheckerCustomDictionary Dictionary { get; }
vb
Public ReadOnly Property Dictionary As SpellCheckerCustomDictionary

Property Value

TypeDescription
SpellCheckerCustomDictionary

A SpellCheckerCustomDictionary class instance.

|

Remarks

The custom cictionary saves its words to a Session variable. By design, the custom dictionary content isn’t physically saved to a file on a disk. This has been implemented intentionally, to provide each user with a unique instance of the custom dictionary. If necessary, you can set the Dictionary’s WebDictionary.CacheKey property. In this case, you should be able to access the dictionary using the Session[Dicitonary.CacheKey] object, and then save it for future use.

See Also

CanCacheDictionary

CacheKey

ASPxSpellCheckerCustomDictionary Class

ASPxSpellCheckerCustomDictionary Members

DevExpress.Web.ASPxSpellChecker Namespace