Back to Devexpress

BreadcrumbControl.ShowItemImages Property

wpf-devexpress-dot-xpf-dot-controls-dot-breadcrumbcontrol-6d4cd288.md

latest2.3 KB
Original Source

BreadcrumbControl.ShowItemImages Property

Gets or sets a value that specifies whether the control displays the item images in the nodes’ popups. This is a dependency property.

Namespace : DevExpress.Xpf.Controls

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public bool ShowItemImages { get; set; }
vb
Public Property ShowItemImages As Boolean

Property Value

TypeDescription
Boolean

true , to display the selected item’s image; otherwise, false.

|

Remarks

Use the ShowItemImages property to control the images visibility in the nodes’ popups. Images are obtained from the data source field with long binary data. Its name should be specified using the ImageMember property.

The Breadcrumb control displays the selected node’s image when the ShowSelectedItemImage property is set to true.

To display an image within an individual node, use its BreadcrumbNode.Image property. The image specified by the BreadcrumbNode.Image property overrides the image obtained from a data source (if the ImageMember property is specified).

See Also

ShowSelectedItemImage

CustomImage

ImageMember

BreadcrumbControl Class

BreadcrumbControl Members

DevExpress.Xpf.Controls Namespace