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

FileManagerImages.BreadcrumbsSeparator Property

Gets the settings of a separator image displayed in the breadcrumbs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImagePropertiesBase BreadcrumbsSeparator { get; }

Property Value

Type Description
ImagePropertiesBase

An ImagePropertiesBase object that contains image settings.

Remarks

Use the BreadcrumbsSeparator property to specify the breadcrumbs separator image.

ASPxFileManager_Breadcrumbs

See Also