DictionaryHelper(SpellCheckerBase, DictionaryCollection) Constructor
Initializes a new DictionaryHelper class instance with specified settings.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
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