Back to Devexpress

OptionsSpellingBase Class

corelibraries-devexpress-dot-xtraspellchecker-e5a0826e.md

latest2.4 KB
Original Source

OptionsSpellingBase Class

Contains options that affect text processing.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.SpellChecker.v25.2.Core.dll

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public class OptionsSpellingBase :
    IOptionsSpellings
vb
Public Class OptionsSpellingBase
    Implements 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

IOptionsSpellings

Inheritance

Object OptionsSpellingBase OptionsSpelling

OptionsSpelling

See Also

OptionsSpellingBase Members

DevExpress.XtraSpellChecker Namespace