FileManagerImages.ParentFolder Property
In This Article
Gets the settings of an image displayed within the parent folder element.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageProperties ParentFolder { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
When the FileManagerSettingsFileList.ShowParentFolder property is set to true
, the parent folder element is displayed in the file area. The element allows end-users to move to one folder up.
Use the ParentFolder property to specify the parent folder element image.
See Also