Skip to main content

ASPxSpellCheckerTextSettings.OptionsFormCaption Property

Get or sets the title of the Options dialog form.

Namespace: DevExpress.Web.ASPxSpellChecker

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