Back to Devexpress

SpellCheckerBase.UseSharedDictionaries Property

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerbase-229039d6.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
[DefaultValue(true)]
public bool UseSharedDictionaries { get; set; }
vb
<DefaultValue(True)>
Public Property UseSharedDictionaries As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

SpellCheckerBase Class

SpellCheckerBase Members

DevExpress.XtraSpellChecker Namespace