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

BreadCrumbNode.Image Property

Gets or sets the BreadCrumbNode image.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(null)]
public Image Image { get; set; }

Property Value

Type Default Description
Image *null*

An Image that is the BreadCrumbNode glyph.

See Also