Skip to main content

OptionsSpelling Class

Contains options that affect text processing.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v23.2.dll

NuGet Package: DevExpress.Win.SpellChecker

Declaration

public class OptionsSpelling :
    OptionsSpellingBase

The following members return OptionsSpelling objects:

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

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

Inheritance

See Also