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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 |
|
ASPxSpellChecker |
|
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.