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

SpellCheckerFormsSettings.SpellCheckOptionsFormPath Property

Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Spelling Options dialog form.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v18.2.dll

Declaration

[DefaultValue("")]
public string SpellCheckOptionsFormPath { get; set; }

Property Value

Type Default Description
String String.Empty

A String value specifying the file name and path to a UserControl file that is a customized Spelling Options dialog form.

Property Paths

You can access this nested property as listed below:

Object Type Path to SpellCheckOptionsFormPath
HtmlEditorFormsSettings
.SpellCheckerForms.SpellCheckOptionsFormPath
ASPxSpellChecker
.SettingsForms.SpellCheckOptionsFormPath
MVCxHtmlEditorFormsSettings
.SpellCheckerForms.SpellCheckOptionsFormPath
MVCxHtmlEditorSpellChecker
.SettingsForms.SpellCheckOptionsFormPath
MVCxSpellChecker
.SettingsForms.SpellCheckOptionsFormPath
SpellCheckerSettings
.SettingsForms.SpellCheckOptionsFormPath

Remarks

At design time, you can use the SpellCheckOptionsFormPath property’s editor to simplify selecting a UserControl file within your web project. To invoke the property editor, click the corresponding ellipsis button.

Note

Use this property and any other SpellCheckerFormsSettings property to refer to customized versions of built-in dialog forms. You can re-use the same dialog form throughout all ASPxSpellChecker controls used in your project by assigning the same form path to any SpellCheckOptionsFormPath property.

See Also