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

RepositoryItemBreadCrumbEdit.Images Property

Gets or sets the image collection assigned to this BreadCrumbEdit.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

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