Skip to main content

SpellCheckerDictionaryBase.CacheKey Property

Gets or sets a unique identifier of a dictionary instance for caching purposes.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v23.2.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

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