FileManagerImages.FileAreaFolder Property
In This Article
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageProperties FileAreaFolder { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
When the FileManagerSettingsFileList.ShowFolders property is set to true
, folders are displayed in the file area. Use the FileAreaFolder property to specify a folder image.
See Also