A newer version of this page is available.
Switch to the current version.
SpellCheckerDictionaryBase.CacheKey Property
Gets or sets a unique identifier of a dictionary instance for caching purposes.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v18.2.Core.dll
Declaration
[Browsable(false)]
public string CacheKey { get; set; }
<Browsable(False)>
Public Property CacheKey As String
Property Value
Type | Description |
---|---|
String | A string, representing the cache key under which a dictionary is stored in the cache. |
See Also
Feedback