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

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.v18.2.dll

Declaration

public DictionaryCollection Dictionaries { get; }

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