FileManagerImages.ParentFolder Property
Gets the settings of an image displayed within the parent folder element.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public ImageProperties ParentFolder { get; }
Public ReadOnly Property ParentFolder As ImageProperties
Property Value
Type | Description |
---|---|
ImageProperties | An ImageProperties object that contains image settings. |
Available values:
Name | Description |
---|---|
SpriteProperties | Gets the settings defining the image position within a sprite image. |
ImageProperties(IPropertiesOwner) | Initializes a new instance of the ImageProperties class with the specified owner. |
ImageProperties(String) | Initializes a new instance of the ImageProperties class with the specified image location. |
ImageProperties() | Initializes a new instance of the ImageProperties class. |
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.