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

HtmlEditorInsertImageDialogSettings.ShowMoreOptionsButton Property

Gets or sets a value that specifies whether the More options check box is displayed within the Insert Image dialog form.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

[DefaultValue(true)]
public bool ShowMoreOptionsButton { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to display the More options check box; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowMoreOptionsButton
HtmlEditorDefaultDialogSettings
.InsertImageDialog.ShowMoreOptionsButton
MVCxHtmlEditorDefaultDialogSettings
.InsertImageDialog.ShowMoreOptionsButton
See Also