FileManagerImages.BreadcrumbsParentFolderButton Property
In This Article
Gets the settings of an image displayed within the breadcrumbs element‘s parent folder button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ItemImageProperties BreadcrumbsParentFolderButton { get; }
#Property Value
Type | Description |
---|---|
Item |
An Item |
#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