SpellCheckerDictionaryBase.CanCacheDictionary Property
Indicates whether a dictionary can be placed in the cache.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
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