Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

OptionsSpelling Class

Contains options that affect text processing.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v24.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