Skip to main content

BreadcrumbNode.Image Property

Gets a node image.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v24.1.dll

NuGet Package: DevExpress.Wpf.Controls

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