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

SpellCheckerDictionary() Constructor

Initializes a new instance of the SpellCheckerDictionary class with the default settings.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public SpellCheckerDictionary()

Remarks

The DictionaryBase.Culture and SpellCheckerDictionaryBase.Encoding properties are initialized to the current system culture and OEMCodePage settings respectively.

See Also