Skip to main content

SpreadsheetFileManagerFoldersSettings.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.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue(false)]
public override bool ShowLockedFolderIcons { get; set; }

Property Value

Type Default Description
Boolean false

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:

Object Type Path to ShowLockedFolderIcons
SpreadsheetDocumentSelectorSettings
.FoldersSettings .ShowLockedFolderIcons

Remarks

If the FileManagerSettingsUpload.AllowedFolder property is set to FileManagerAllowedFolder.SpecificOnly, 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.

See Also