SharedDictionaryStorage.Dictionaries Property
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.1.dll
NuGet Package: DevExpress.Win.SpellChecker
Declaration
Property Value
Type | Description |
---|---|
DictionaryCollection | A DictionaryCollection object, representing a collection of shared dictionaries. |
Remarks
Set the SpellCheckerBase.UseSharedDictionaries property to true for the spell checker to use shared dictionaries in a word search.
See Also