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

RepositoryItemBreadCrumbEdit.ImageIndex Property

Gets or sets the position of an image within the RepositoryItemBreadCrumbEdit.Images collection that should serve as the default glyph for all non-root nodes.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DefaultValue(-1)]
[DXCategory("Appearance")]
[ImageList("Images")]
public virtual int ImageIndex { get; set; }

Property Value

Type Default Description
Int32 -1

An Int32 value that is the position of an image within the RepositoryItemBreadCrumbEdit.Images collection that should serve as the default glyph for all non-root nodes.

Remarks

Use the ImageIndex property to pick an image from the RepositoryItemBreadCrumbEdit.Images collection and assign it to all non-root nodes within this BreadCrumbEdit. To pick an image for a root node, use the RepositoryItemBreadCrumbEdit.RootImageIndex property instead.

You can override the ImageIndex property for individual nodes via the BreadCrumbNode.ImageIndex property.

Note

Node glyphs are displayed only within history and auto-complete drop-downs. The only node that can display its glyph in the BreadCrumbEdit control itself is a root node.

See Also