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

HtmlEditorFormsSettings.SpellCheckerForms Property

Gets the settings allowing you to specify paths to customized versions of the built-in spell checker’s dialog forms (UserControls) stored within a web site.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public SpellCheckerFormsSettings SpellCheckerForms { get; }

Property Value

Type Description
SpellCheckerFormsSettings

A SpellCheckerFormsSettings object containing properties which point to individual dialog forms.

Property Paths

You can access this nested property as listed below:

Object Type Path to SpellCheckerForms
ASPxHtmlEditor
.SettingsForms.SpellCheckerForms
HtmlEditorSettings
.SettingsForms.SpellCheckerForms
MVCxHtmlEditor
.SettingsForms.SpellCheckerForms
See Also