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

HtmlEditorInsertMediaDialogSettings.ShowInsertFromWebSection Property

Specifies if the From the web (URL) section is displayed in the Insert Image dialog.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if From the web (URL) section is displayed; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowInsertFromWebSection
HtmlEditorDefaultDialogSettings
.InsertVideoDialog.ShowInsertFromWebSection
MVCxHtmlEditorDefaultDialogSettings
.InsertVideoDialog.ShowInsertFromWebSection

Remarks

Use the ShowInsertFromWebSection property to specify the visibility of the From the web (URL) section in the Insert Image dialog.

FromWebSection

See Also