Skip to main content

HtmlEditorDocumentSelectorUploadSettings.ShowUploadPanel Property

Specifies whether the upload panel is displayed in the Document Selector.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

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

Remarks

The upload panel allows end-users to upload files. Set the ShowUploadPanel property to false to hide 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