Skip to main content
A newer version of this page is available. .

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; }

Property Value

Type Description
String

A string, representing the cache key under which a dictionary is stored in the cache.

See Also