FileManagerImages.BreadcrumbsParentFolderButton Property
Gets the settings of an image displayed within the breadcrumbs element‘s parent folder button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
ItemImageProperties | An ItemImageProperties object that contains image settings. |
Remarks
When the FileManagerSettingsBreadcrumbs.ShowParentFolderButton property is set to true
, the parent folder button is displayed in the breadcrumbs. The element allows end-users to move to one folder up.
Use the BreadcrumbsParentFolderButton property to specify the parent folder button image.
See Also