Back to Devexpress

OptionsSpelling Class

windowsforms-devexpress-dot-xtraspellchecker-b996e2e3.md

latest2.1 KB
Original Source

OptionsSpelling Class

Contains options that affect text processing.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.XtraSpellChecker.v25.2.dll

NuGet Package : DevExpress.Win.SpellChecker

Declaration

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

Object OptionsSpellingBase OptionsSpelling

See Also

OptionsSpelling Members

DevExpress.XtraSpellChecker Namespace