Back to Devexpress

SharedDictionaryStorage.Dictionaries Property

windowsforms-devexpress-dot-xtraspellchecker-dot-shareddictionarystorage.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Win.SpellChecker

Declaration

csharp
public DictionaryCollection Dictionaries { get; }
vb
Public ReadOnly Property Dictionaries As DictionaryCollection

Property Value

TypeDescription
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

SharedDictionaryStorage Class

SharedDictionaryStorage Members

DevExpress.XtraSpellChecker Namespace