A newer version of this page is available.
Switch to the current version.
OptionsSpellingBase Class
Contains options that affect text processing.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v18.2.Core.dll
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public class OptionsSpellingBase :
IOptionsSpellings
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class OptionsSpellingBase
Implements IOptionsSpellings
Related API Members
The following members accept/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
Object
OptionsSpellingBase
See Also
Feedback