HtmlEditorFileManagerFoldersSettings.ShowLockedFolderIcons Property
Gets or sets a value specifying whether the Image Selector displays a special icon for folders that are locked for upload.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.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 ShowLockedFolderIcons |
---|---|
HtmlEditorFileManagerSettingsBase |
|
Remarks
If the FileManagerSettingsUpload.AllowedFolder property is set to FileManagerAllowedFolder.SpecificOnly, the file upload is available only for the folder specified via the FileManagerSettingsUpload.AllowedFolderPath property. The other folders are locked for upload. The locked folders can have a special icon, assigned via the FileManagerImages.FolderLocked property.
To display the same default icon for all folders within Image Selector, set the ShowLockedFolderIcons property to false
.