Back to Devexpress

SpellCheckerDictionaryBase.CacheKey Property

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerdictionarybase-b930a9bd.md

latest1.3 KB
Original Source

SpellCheckerDictionaryBase.CacheKey Property

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

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
[Browsable(false)]
public string CacheKey { get; set; }
vb
<Browsable(False)>
Public Property CacheKey As String

Property Value

TypeDescription
String

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

|

See Also

SpellCheckerDictionaryBase Class

SpellCheckerDictionaryBase Members

DevExpress.XtraSpellChecker Namespace