Skip to main content

HtmlEditorFileManagerUploadSettings.Enabled Property

Gets or sets a value that indicates whether the upload is enabled for the built-in dialogs.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean false

true, if the upload is enabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to Enabled
HtmlEditorFileManagerSettingsBase
.UploadSettings .Enabled

Remarks

When this property is set to false, the upload panel is not displayed in the built-in editor dialogs.

See Also