SpellCheckerDictionaryBase.CacheKey Property
Gets or sets a unique identifier of a dictionary instance for caching purposes.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Property Value
Type | Description |
---|---|
String | A string, representing the cache key under which a dictionary is stored in the cache. |
See Also