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

HtmlEditorInsertMediaDialogSettings.ShowFileUploadSection Property

Gets or sets a value that specifies whether a section that allows end-users to upload their local files is displayed within the editor’s built-in dialogs.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to display the form section; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowFileUploadSection
ASP.NET Controls and MVC Extensions HtmlEditorDefaultDialogSettings
.InsertAudioDialog .ShowFileUploadSection
ASP.NET MVC Extensions MVCxHtmlEditorDefaultDialogSettings
.InsertAudioDialog .ShowFileUploadSection
MVCxHtmlEditorDefaultDialogSettings
.InsertFlashDialog .ShowFileUploadSection

Remarks

If the ShowFileUploadSection property is set to false, the “From your computer” radio button and the related form section are not displayed within built-in dialogs.

See Also