SpellCheckerBase.UseSharedDictionaries Property
Specifies whether the spell checker should use the shared dictionaries collection in a word search. For WinForms Spell Checker only.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if shared dictionaries are added to the collection of dictionaries used for a word search; otherwise, false. |
Remarks
Shared dictionaries, i.e., dictionaries available for different XtraSpellChecker instances, are stored separately in a SharedDictionaryStorage component.
See Also