OptionsSpelling Class
In This Article
Contains options that affect text processing.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v24.2.dll
NuGet Package: DevExpress.Wpf.SpellChecker
#Declaration
public class OptionsSpelling :
OptionsSpellingBase,
INotifyPropertyChanged
#Related API Members
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