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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Show |
---|---|---|
ASP. |
File |
|
ASP. |
ASPx |
|
#Remarks
If the AllowedFolder
property is set to SpecificOnly
, the file upload is available only for the folder specified via the 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
.
Note
Since the Allowed
and Allowed
properties are now obsolete, you should use the FileAllowed
and Allowed
properties are still in effect, but they have a lower priority than Access
property.