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.v20.2.dll

NuGet Package: DevExpress.Web

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:

Library Object Type Path to SpellCheckFormCaption
ASP.NET Controls and MVC Extensions ASPxHtmlEditorSpellCheckerSettings
.SettingsText .SpellCheckFormCaption
ASPxSpellChecker
.SettingsText .SpellCheckFormCaption
ASP.NET MVC Extensions MVCxHtmlEditorSpellChecker
.SettingsText .SpellCheckFormCaption
MVCxSpellChecker
.SettingsText .SpellCheckFormCaption
SpellCheckerSettings
.SettingsText .SpellCheckFormCaption
See Also