HtmlEditorFileManagerUploadSettings.Enabled Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Enabled |
---|---|
Html |
|
#Remarks
When this property is set to false
, the upload panel is not displayed in the built-in editor dialogs.
See Also