Back to Devexpress

ASPxSpellCheckerTextSettings.SpellCheckFormCaption Property

aspnet-devexpress-dot-web-dot-aspxspellchecker-dot-aspxspellcheckertextsettings.md

latest2.3 KB
Original Source

ASPxSpellCheckerTextSettings.SpellCheckFormCaption Property

Get or sets the title of the spelling form.

Namespace : DevExpress.Web.ASPxSpellChecker

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("Check Spelling")]
public string SpellCheckFormCaption { get; set; }
vb
<DefaultValue("Check Spelling")>
Public Property SpellCheckFormCaption As String

Property Value

TypeDefaultDescription
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:

LibraryObject TypePath to SpellCheckFormCaption
ASP.NET MVC ExtensionsSpellCheckerSettings

.SettingsText .SpellCheckFormCaption

| | ASP.NET Web Forms Controls | ASPxHtmlEditorSpellCheckerSettings |

.SettingsText .SpellCheckFormCaption

| | ASPxSpellChecker |

.SettingsText .SpellCheckFormCaption

|

See Also

OptionsFormCaption

ASPxSpellCheckerTextSettings Class

ASPxSpellCheckerTextSettings Members

DevExpress.Web.ASPxSpellChecker Namespace