Skip to main content

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

NuGet Package: DevExpress.Web

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.

Remarks

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

FromWebSection

See Also