Skip to main content
Tab

FileManagerImages.BreadcrumbsSeparator Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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