Skip to main content

SpellCheckerFormsSettings.SpellCheckFormPath Property

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

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string SpellCheckFormPath { 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 Check Spelling dialog form.

Property Paths

You can access this nested property as listed below:

Object Type Path to SpellCheckFormPath
HtmlEditorFormsSettings
.SpellCheckerForms .SpellCheckFormPath
ASPxSpellChecker
.SettingsForms .SpellCheckFormPath

Remarks

At design time, you can use the SpellCheckFormPath 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 SpellCheckFormPath property.

See Also