A newer version of this page is available.
Switch to the current version.
ASPxSpellCheckerSpellingSettings Class
Represents a container of settings that affect spell checking.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v18.2.dll
Declaration
public class ASPxSpellCheckerSpellingSettings :
ASPxSpellCheckerBaseSettings
Public Class ASPxSpellCheckerSpellingSettings
Inherits ASPxSpellCheckerBaseSettings
Related API Members
The following members accept/return ASPxSpellCheckerSpellingSettings 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 available options. The ASPxSpellChecker.SettingsSpelling property provides access to the spellchecker options.
The default settings are:
- ASPxSpellCheckerSpellingSettings.IgnoreEmails = True
- ASPxSpellCheckerSpellingSettings.IgnoreMarkupTags = False
- ASPxSpellCheckerSpellingSettings.IgnoreMixedCaseWords = True
- ASPxSpellCheckerSpellingSettings.IgnoreUpperCaseWords = True
- ASPxSpellCheckerSpellingSettings.IgnoreUrls = True
- ASPxSpellCheckerSpellingSettings.IgnoreWordsWithNumber = True
Inheritance
Object
StateManager
PropertiesBase
ASPxSpellCheckerBaseSettings
ASPxSpellCheckerSpellingSettings
See Also
Feedback