FileManagerImages.ParentFolder Property
Gets the settings of an image displayed within the parent folder element.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.
See Also