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

BreadcrumbCustomImageEventArgs.Image Property

Gets or sets an image assigned to the processed item.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public ImageSource Image { get; set; }

Property Value

Type Description
ImageSource

A node image.

Remarks

Use the Image property to specify an image for an individual node. The image specified by the Image property overrides the image obtained from a data source (if the BreadcrumbControl.ImageMember property is specified).

See Also