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.v20.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:

Show 22 property paths
Library Object Type Path to Enabled
ASP.NET Controls and MVC Extensions HtmlEditorAudioSelectorSettings
.UploadSettings .Enabled
HtmlEditorDocumentSelectorSettings
.UploadSettings .Enabled
HtmlEditorFileManagerSettingsBase
.UploadSettings .Enabled
HtmlEditorFlashSelectorSettings
.UploadSettings .Enabled
HtmlEditorImageSelectorSettings
.UploadSettings .Enabled
HtmlEditorInsertAudioDialogSettings
HtmlEditorInsertAudioDialogSettings
.UploadSettings .Enabled
HtmlEditorInsertFlashDialogSettings
HtmlEditorInsertFlashDialogSettings
.UploadSettings .Enabled
HtmlEditorInsertImageDialogSettings
HtmlEditorInsertImageDialogSettings
.UploadSettings .Enabled
HtmlEditorInsertLinkDialogSettings
HtmlEditorInsertLinkDialogSettings
.UploadSettings .Enabled
HtmlEditorInsertVideoDialogSettings
HtmlEditorInsertVideoDialogSettings
.UploadSettings .Enabled
HtmlEditorSelectorSettings
.UploadSettings .Enabled
HtmlEditorVideoSelectorSettings
.UploadSettings .Enabled
ASP.NET MVC Extensions MVCxHtmlEditorAudioSelectorSettings
.UploadSettings .Enabled
MVCxHtmlEditorDocumentSelectorSettings
.UploadSettings .Enabled
MVCxHtmlEditorFlashSelectorSettings
.UploadSettings .Enabled
MVCxHtmlEditorImageSelectorSettings
.UploadSettings .Enabled
MVCxHtmlEditorInsertAudioDialogSettings
MVCxHtmlEditorInsertAudioDialogSettings
.UploadSettings .Enabled
MVCxHtmlEditorInsertFlashDialogSettings
MVCxHtmlEditorInsertFlashDialogSettings
.UploadSettings .Enabled
MVCxHtmlEditorInsertImageDialogSettings
MVCxHtmlEditorInsertImageDialogSettings
.UploadSettings .Enabled
MVCxHtmlEditorInsertLinkDialogSettings
MVCxHtmlEditorInsertLinkDialogSettings
.UploadSettings .Enabled
MVCxHtmlEditorInsertVideoDialogSettings
MVCxHtmlEditorInsertVideoDialogSettings
.UploadSettings .Enabled
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