Skip to main content
Tab

FileManagerImages.BreadcrumbsParentFolderButton Property

Gets the settings of an image displayed within the breadcrumbs element‘s parent folder button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ItemImageProperties BreadcrumbsParentFolderButton { get; }

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.

ASPxFileManager_Breadcrumbs

See Also