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

OptionsSpelling Class

Contains options that affect text processing.

Namespace: DevExpress.Xpf.SpellChecker

Assembly: DevExpress.Xpf.SpellChecker.v19.2.dll

Declaration

public class OptionsSpelling :
    OptionsSpellingBase,
    INotifyPropertyChanged

The following members return OptionsSpelling objects:

Remarks

Use the OptionsSpelling object properties to specify the word types to be excluded from a spell check.

You can save the OptionsSpelling options to external files using the following methods:

Inheritance

See Also