Back to Devexpress

SpellCheckerDialogSettings.ShowOptionsButton Property

aspnet-devexpress-dot-web-dot-aspxspellchecker-dot-spellcheckerdialogsettings-4d86a0ae.md

latest2.3 KB
Original Source

SpellCheckerDialogSettings.ShowOptionsButton Property

Gets or sets a value that specifies whether to display the “Options…” button within the Check Spelling Form dialog.

Namespace : DevExpress.Web.ASPxSpellChecker

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool ShowOptionsButton { get; set; }
vb
<DefaultValue(True)>
Public Property ShowOptionsButton As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true, to display the related form element; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to ShowOptionsButton
ASP.NET MVC ExtensionsSpellCheckerSettings

.SettingsDialogFormElements .ShowOptionsButton

| | ASP.NET Web Forms Controls | HtmlEditorDefaultDialogSettings |

.CheckSpellingDialog .ShowOptionsButton

| | ASPxSpellChecker |

.SettingsDialogFormElements .ShowOptionsButton

|

See Also

SpellCheckerDialogSettings Class

SpellCheckerDialogSettings Members

DevExpress.Web.ASPxSpellChecker Namespace