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

ASPxSpellCheckerTextSettings.OptionsFormCaption Property

Get or sets the title of the Options dialog form.

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("Spelling Options")]
public string OptionsFormCaption { get; set; }

Property Value

Type Default Description
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:

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