HtmlEditorSettings.SettingsSpellChecker Property
In This Article
Provides access to the spelling settings for checking the HtmlEditor’s content.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ASPxHtmlEditorSpellCheckerSettings SettingsSpellChecker { get; }
#Property Value
Type | Description |
---|---|
ASPx |
A ASPx |
#Remarks
Use the SettingsSpellChecker property to get access to basic spelling options, such as ASPxHtmlEditorSpellCheckerSettings.Culture, ASPxHtmlEditorSpellCheckerSettings.Dictionaries, ASPxHtmlEditorSpellCheckerSettings.LevenshteinDistance, ASPxHtmlEditorSpellCheckerSettings.SettingsSpelling, ASPxHtmlEditorSpellCheckerSettings.SettingsText, ASPxHtmlEditorSpellCheckerSettings.SuggestionCount.
See Also