FileManagerImages.BreadcrumbsSeparator Property
In This Article
Gets the settings of a separator image displayed in the breadcrumbs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImagePropertiesBase BreadcrumbsSeparator { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
Use the BreadcrumbsSeparator property to specify the breadcrumbs separator image.
See Also