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

SpellCheckerDictionaryBase.CanCacheDictionary Property

Indicates whether a dictionary can be placed in the cache.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

[Browsable(false)]
public virtual bool CanCacheDictionary { get; }

Property Value

Type Description
Boolean

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

Remarks

The method checks for a valid SpellCheckerDictionaryBase.CacheKey.

See Also