ASPxSpellCheckerSpellingSettings Class
Represents a container of settings that affect spell checking.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.2.dll
Declaration
Related API Members
The following members return ASPxSpellCheckerSpellingSettings objects:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | ASPxSpellChecker.SettingsSpelling |
ASP.NET MVC Extensions | SpellCheckerSettings.SettingsSpelling |
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