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

OptionsSpelling Class

Contains options that affect text processing.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v18.1.dll

Declaration

[TypeConverter(typeof(ExpandableObjectConverter))]
public class OptionsSpelling :
    OptionsSpellingBase

The following members accept/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:

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the OptionsSpelling class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

See Also