OptionsSpellingBase Class
Contains options that affect text processing.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
Declaration
Related API Members
The following members return OptionsSpellingBase objects:
Remarks
Use the OptionsSpellingBase
object properties to specify the word types to be excluded from checking (the OptionsSpellingBase.IgnoreEmails, OptionsSpellingBase.IgnoreMixedCaseWords, OptionsSpellingBase.IgnoreRepeatedWords properties, etc.) and how the text selection should be dealt with (the OptionsSpellingBase.CheckSelectedTextFirst property).
You can save the OptionsSpellingBase
options to external files using the following methods:
Implements
Inheritance
See Also