Skip to main content
A newer version of this page is available. .

HtmlEditorSettings.SettingsSpellChecker Property

Provides access to the spelling settings for checking the HtmlEditor’s content.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public ASPxHtmlEditorSpellCheckerSettings SettingsSpellChecker { get; }

Property Value

Type Description
ASPxHtmlEditorSpellCheckerSettings

A ASPxHtmlEditorSpellCheckerSettings object that holds the spelling options.

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