RichEditFileManagerFoldersSettings.ShowLockedFolderIcons Property
Gets or sets a value specifying whether the FileManager embedded into some built-in dialogs displays a special icon for folders that are locked for upload.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v25.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowLockedFolderIcons |
---|---|
RichEditDocumentSelectorSettings |
|
Remarks
If the AllowedFolder
property is set to SpecificOnly
, 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 the embedded FileManager, set the ShowLockedFolderIcons
property to false
.
Note
Since the AllowedFolder
and AllowedFolderPath
properties are now obsolete, you should use the FileManagerSettingsPermissions.AccessRules property instead. AllowedFolder
and AllowedFolderPath
properties are still in effect, but they have a lower priority than AccessRules
property.