Skip to main content

OptionsSpelling Class

Contains options that affect text processing.

Namespace: DevExpress.Xpf.SpellChecker

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

#Declaration

public class OptionsSpelling :
    OptionsSpellingBase,
    INotifyPropertyChanged

#Returned By

The SpellChecker.OptionsSpelling property returns an instance of OptionsSpelling.

#Remarks

Use this object's properties to specify the word types excluded from checking, how the text selection should be dealt with, and more options when available.

The default settings are:

  • caseSensitive = false
  • ignoreWordsWithNumbers = true
  • ignoreUpperCaseWords = true
  • ignoreMixedCaseWords = true
  • ignoreEmails = true
  • ignoreUrls = true
  • ignoreRepeatedWords = false
  • checkSelectedTextFirst = true
  • checkFromCursorPos = true
  • checkSelectedTextFirst = true

#Inheritance

See Also