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

DictionaryHelper(SpellCheckerBase, DictionaryCollection) Constructor

Initializes a new DictionaryHelper class instance with specified settings.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v18.2.Core.dll

Declaration

public DictionaryHelper(
    SpellCheckerBase spellChecker,
    DictionaryCollection sharedDictionaries
)

Parameters

Name Type Description
spellChecker SpellCheckerBase

A SpellCheckerBase instance that is the spell checker engine.

sharedDictionaries DictionaryCollection

A DictionaryCollection object containing dictionaries.

See Also