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.v25.1.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 |
|---|---|
| HtmlEditorFileManagerSettingsBase |
|
Remarks
When this property is set to false, the upload panel is not displayed in the built-in editor dialogs.
See Also