Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

Declaration

[DefaultValue(true)]
public bool UseSharedDictionaries { get; set; }

Property Value

Type Default Description
Boolean true

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