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

FileManagerSettingsFolders.ShowLockedFolderIcons Property

Gets or sets a value specifying whether the ASPxFileManager control displays a special icon for folders that are locked for upload.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(true)]
public virtual bool ShowLockedFolderIcons { get; set; }

Property Value

Type Default Description
Boolean **true**

true if a special icon is displayed; false if a default folder icon is displayed.

Property Paths

You can access this nested property as listed below:

Show 21 property paths
Library Object Type Path to ShowLockedFolderIcons
ASP.NET Controls and MVC Extensions ASPxFileManager
.SettingsFolders.ShowLockedFolderIcons
HtmlEditorAudioSelectorSettings
.FoldersSettings.ShowLockedFolderIcons
HtmlEditorDocumentSelectorSettings
.FoldersSettings.ShowLockedFolderIcons
HtmlEditorFileManager
.SettingsFolders.ShowLockedFolderIcons
HtmlEditorFileManagerSettingsBase
.FoldersSettings.ShowLockedFolderIcons
HtmlEditorFlashSelectorSettings
.FoldersSettings.ShowLockedFolderIcons
HtmlEditorImageSelectorSettings
.FoldersSettings.ShowLockedFolderIcons
HtmlEditorSelectorSettings
.FoldersSettings.ShowLockedFolderIcons
HtmlEditorVideoSelectorSettings
.FoldersSettings.ShowLockedFolderIcons
RichEditDocumentSelectorSettings
.FoldersSettings.ShowLockedFolderIcons
RichEditFileManager
.SettingsFolders.ShowLockedFolderIcons
RichEditFolderManager
.SettingsFolders.ShowLockedFolderIcons
SpreadsheetDocumentSelectorSettings
.FoldersSettings.ShowLockedFolderIcons
FileManagerSettings
.SettingsFolders.ShowLockedFolderIcons
MVCxFileManager
.SettingsFolders.ShowLockedFolderIcons
MVCxHtmlEditorAudioSelectorSettings
.FoldersSettings.ShowLockedFolderIcons
MVCxHtmlEditorDocumentSelectorSettings
.FoldersSettings.ShowLockedFolderIcons
MVCxHtmlEditorFlashSelectorSettings
.FoldersSettings.ShowLockedFolderIcons
MVCxHtmlEditorImageSelectorSettings
.FoldersSettings.ShowLockedFolderIcons
MVCxHtmlEditorVideoSelectorSettings
.FoldersSettings.ShowLockedFolderIcons
ASP.NET Bootstrap Controls BootstrapFileManager
.SettingsFolders.ShowLockedFolderIcons

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 ASPxFileManager control, set the ShowLockedFolderIcons property to false.

 

ASPxFileManager - FolderLocked

See Also