OptionsSpelling() Constructor
In This Article
Initializes a new instance of the OptionsSpelling class with default settings.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.XtraSpellChecker.v24.2.dll
NuGet Package: DevExpress.Win.SpellChecker
#Declaration
#Remarks
The default settings of the OptionsSpelling are as follows:
- OptionsSpellingBase.IgnoreWordsWithNumbers= true
- OptionsSpellingBase.IgnoreUpperCaseWords = true
- OptionsSpellingBase.IgnoreMixedCaseWords = true
- OptionsSpellingBase.IgnoreEmails= true
- OptionsSpellingBase.IgnoreUri = true
- OptionsSpellingBase.IgnoreRepeatedWords = false
- OptionsSpellingBase.CheckSelectedTextFirst= true
See Also