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

BreadcrumbNode.Image Property

Gets a node image.

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; }

Property Value

Type Description
ImageSource

A node image.

Remarks

The control retrieves the displayed image from the node’s bound data item.

The BreadcrumbControl.ImageMember property specifies a field in the bound data item that stores the displayed image.

See Also