corelibraries-devexpress-dot-xtraspellchecker-e5a0826e.md
Contains options that affect text processing.
Namespace : DevExpress.XtraSpellChecker
Assembly : DevExpress.SpellChecker.v25.2.Core.dll
NuGet Package : DevExpress.SpellChecker.Core
public class OptionsSpellingBase :
IOptionsSpellings
Public Class OptionsSpellingBase
Implements IOptionsSpellings
The following members return OptionsSpellingBase objects:
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:
Object OptionsSpellingBase OptionsSpelling
See Also