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

ASPxSpellCheckerTextSettings.SpellCheckFormCaption Property

Get or sets the title of the spelling form.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

[DefaultValue("Check Spelling")]
public string SpellCheckFormCaption { get; set; }

Property Value

Type Default Description
String "Check Spelling"

A string containing the text used as a caption of the spelling form.

Property Paths

You can access this nested property as listed below:

Object Type Path to SpellCheckFormCaption
ASPxHtmlEditorSpellCheckerSettings
.SettingsText.SpellCheckFormCaption
ASPxSpellChecker
.SettingsText.SpellCheckFormCaption
MVCxHtmlEditorSpellChecker
.SettingsText.SpellCheckFormCaption
MVCxSpellChecker
.SettingsText.SpellCheckFormCaption
SpellCheckerSettings
.SettingsText.SpellCheckFormCaption
See Also