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

ASPxHtmlEditorSpellCheckerSettings.SettingsText Property

Provides access to texts displayed in different elements of the built-in spell checker control.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public ASPxSpellCheckerTextSettings SettingsText { get; }

Property Value

Type Description
ASPxSpellCheckerTextSettings

A ASPxSpellCheckerTextSettings class instance that holds texts for use in control layout and related forms

Property Paths

You can access this nested property as listed below:

Object Type Path to SettingsText
ASPxHtmlEditor
.SettingsSpellChecker.SettingsText
HtmlEditorSettings
.SettingsSpellChecker.SettingsText
MVCxHtmlEditor
.SettingsSpellChecker.SettingsText
See Also