Back to Devexpress

OptionsSpelling Class

wpf-devexpress-dot-xpf-dot-spellchecker-8f2ad5d1.md

latest1.8 KB
Original Source

OptionsSpelling Class

Contains options that affect text processing.

Namespace : DevExpress.Xpf.SpellChecker

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

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
public class OptionsSpelling :
    OptionsSpellingBase,
    INotifyPropertyChanged
vb
Public Class OptionsSpelling
    Inherits OptionsSpellingBase
    Implements 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

Object OptionsSpellingBase OptionsSpelling

See Also

OptionsSpelling Members

DevExpress.Xpf.SpellChecker Namespace