General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
ASPxHtmlEditorSpellCheckerSpellingSettings Class
Represents a container of settings that affect spell checking of the ASPxHtmlEditor's content.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll
Declaration
public class ASPxHtmlEditorSpellCheckerSpellingSettings :
ASPxSpellCheckerSpellingSettings
Public Class ASPxHtmlEditorSpellCheckerSpellingSettings
Inherits ASPxSpellCheckerSpellingSettings
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 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
ASPxHtmlEditorSpellCheckerSpellingSettings
See Also
Feedback