Skip to main content

ASPxSpellCheckerTextSettings.SpellCheckFormCaption Property

Get or sets the title of the spelling form.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v23.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 MVC Extensions SpellCheckerSettings
.SettingsText .SpellCheckFormCaption
ASP.NET Web Forms Controls ASPxHtmlEditorSpellCheckerSettings
.SettingsText .SpellCheckFormCaption
ASPxSpellChecker
.SettingsText .SpellCheckFormCaption
See Also