Skip to main content
Tab

FileManagerImages.ParentFolder Property

Gets the settings of an image displayed within the parent folder element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties ParentFolder { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

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.

ASPxFileMnager_ParentFolder

See Also