SharedDictionaryStorage.Dictionaries Property
In This Article
Provides access to shared dictionaries that are stored in a separate component to be available throughout the application.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.XtraSpellChecker.v24.2.dll
NuGet Package: DevExpress.Win.SpellChecker
#Declaration
#Property Value
Type | Description |
---|---|
Dictionary |
A Dictionary |
#Remarks
Set the SpellCheckerBase.UseSharedDictionaries property to true for the spell checker to use shared dictionaries in a word search.
See Also