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

BreadCrumbNode.GetImage() Method

Gets the image currently displayed as this BreadCrumbNode‘s glyph.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public Image GetImage()

Returns

Type Description
Image

An Image currently displayed as this BreadCrumbNode‘s glyph.

Remarks

A BreadCrumbNode can receive its glyph depending on the BreadCrumbNode.ImageIndex, RepositoryItemBreadCrumbEdit.ImageIndex and RepositoryItemBreadCrumbEdit.RootGlyph property values. See these links to learn more.

See Also