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

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

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:

Show 22 property paths
Object Type Path to Enabled
HtmlEditorAudioSelectorSettings
.UploadSettings.Enabled
HtmlEditorDocumentSelectorSettings
.UploadSettings.Enabled
HtmlEditorFileManagerSettingsBase
.UploadSettings.Enabled
HtmlEditorFlashSelectorSettings
.UploadSettings.Enabled
HtmlEditorImageSelectorSettings
.UploadSettings.Enabled
HtmlEditorInsertAudioDialogSettings
HtmlEditorInsertFlashDialogSettings
HtmlEditorInsertImageDialogSettings
HtmlEditorInsertLinkDialogSettings
HtmlEditorInsertVideoDialogSettings
HtmlEditorSelectorSettings
.UploadSettings.Enabled
HtmlEditorVideoSelectorSettings
.UploadSettings.Enabled
MVCxHtmlEditorAudioSelectorSettings
.UploadSettings.Enabled
MVCxHtmlEditorDocumentSelectorSettings
.UploadSettings.Enabled
MVCxHtmlEditorFlashSelectorSettings
.UploadSettings.Enabled
MVCxHtmlEditorImageSelectorSettings
.UploadSettings.Enabled
MVCxHtmlEditorInsertAudioDialogSettings
MVCxHtmlEditorInsertFlashDialogSettings
MVCxHtmlEditorInsertImageDialogSettings
MVCxHtmlEditorInsertLinkDialogSettings
MVCxHtmlEditorInsertVideoDialogSettings
MVCxHtmlEditorVideoSelectorSettings
.UploadSettings.Enabled

Remarks

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the Enabled property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also