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

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