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

FileManagerImages.FolderLocked Property

Gets the settings which define the image displayed within the locked folder.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ImageProperties FolderLocked { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains the image settings.

Remarks

If the FileManagerSettingsUpload.AllowedFolder property is set to SpecificOnly, the file upload is available only for the folder specified by the FileManagerSettingsUpload.AllowedFolderPath property. The other folders are locked for upload. You can specify the image for locked folders via the FolderLocked property.

 

ASPxFileManager - FolderLocked

See Also