Back to Devexpress

ASPxSpellCheckerTextSettings.OptionsFormCaption Property

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

latest2.3 KB
Original Source

ASPxSpellCheckerTextSettings.OptionsFormCaption Property

Get or sets the title of the Options dialog form.

Namespace : DevExpress.Web.ASPxSpellChecker

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

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
String"Spelling Options"

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

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to OptionsFormCaption
ASP.NET MVC ExtensionsSpellCheckerSettings

.SettingsText .OptionsFormCaption

| | ASP.NET Web Forms Controls | ASPxHtmlEditorSpellCheckerSettings |

.SettingsText .OptionsFormCaption

| | ASPxSpellChecker |

.SettingsText .OptionsFormCaption

|

See Also

SpellCheckFormCaption

ASPxSpellCheckerTextSettings Class

ASPxSpellCheckerTextSettings Members

DevExpress.Web.ASPxSpellChecker Namespace