FileManagerImages.FileAreaFolderLocked Property
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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, which are displayed in the file area using the FileAreaFolderLocked property.
See Also