Skip to main content
A newer version of this page is available. .

BootstrapFileManagerCssClasses.IconBreadcrumbsParentFolder Property

Get or sets the name of a CSS class applied to an icon displayed within a breadcrumbs item that navigates to the parent folder.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[DefaultValue("")]
public string IconBreadcrumbsParentFolder { get; set; }

Property Value

Type Default Description
String String.Empty

A string specifying the name of a CSS class.

See Also