Back to Devexpress

SpellCheckerDictionaryBase.CanCacheDictionary Property

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerdictionarybase-2e958bd1.md

latest1.5 KB
Original Source

SpellCheckerDictionaryBase.CanCacheDictionary Property

Indicates whether a dictionary can be placed in the cache.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
[Browsable(false)]
public virtual bool CanCacheDictionary { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property CanCacheDictionary As Boolean

Property Value

TypeDescription
Boolean

true if a dictionary can be cached; otherwise, false.

|

Remarks

The method checks for a valid SpellCheckerDictionaryBase.CacheKey.

See Also

SpellCheckerDictionaryBase Class

SpellCheckerDictionaryBase Members

DevExpress.XtraSpellChecker Namespace