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

HtmlEditorFileManagerUploadSettings.ShowUploadPanel Property

Specifies whether the upload panel is displayed in the built-in dialogs.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

[DefaultValue(false)]
public override bool ShowUploadPanel { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the upload panel is visible; otherwise, false.

Property Paths

You can access this nested property as listed below:

Remarks

The upload panel allows end-users to upload files. Set the ShowUploadPanel property to true to display the upload panel.

Note

When the HtmlEditorFileManagerUploadSettings.Enabled property is set to false, file upload is prohibited, therefore the upload panel is hidden.

See Also