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

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:

Object Type Path to OptionsFormCaption
ASPxHtmlEditorSpellCheckerSettings
.SettingsText.OptionsFormCaption
ASPxSpellChecker
.SettingsText.OptionsFormCaption
MVCxHtmlEditorSpellChecker
.SettingsText.OptionsFormCaption
MVCxSpellChecker
.SettingsText.OptionsFormCaption
SpellCheckerSettings
.SettingsText.OptionsFormCaption
See Also