Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemBreadCrumbEdit.Images Property

Gets or sets the image collection assigned to this BreadCrumbEdit.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
public virtual object Images { get; set; }

#Property Value

Type Default Description
Object null

An Object that is the image collection assigned to this BreadCrumbEdit.

#Remarks

After you assign an image collection to a BreadCrumbEdit control, you can pick node glyphs from this collection via the BreadCrumbNode.ImageIndex, RepositoryItemBreadCrumbEdit.ImageIndex and RepositoryItemBreadCrumbEdit.RootImageIndex properties. See these links to learn more.

See Also