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

OptionsSpellingBase Class

Contains options that affect text processing.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v19.1.Core.dll

Declaration

public class OptionsSpellingBase :
    IOptionsSpellings

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