Skip to main content

RepositoryItemBreadCrumbEdit.Images Property

Gets or sets the image collection assigned to this BreadCrumbEdit.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.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