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.v21.2.dll

NuGet Package: DevExpress.Wpf.Controls

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