Back to Devexpress

RepositoryItemBreadCrumbEdit.Images Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitembreadcrumbedit-f882cd1c.md

latest2.4 KB
Original Source

RepositoryItemBreadCrumbEdit.Images Property

Gets or sets the image collection assigned to this BreadCrumbEdit.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Appearance")]
public virtual object Images { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Appearance")>
Public Overridable Property Images As Object

Property Value

TypeDefaultDescription
Objectnull

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

BreadCrumbNode.ImageIndex

RepositoryItemBreadCrumbEdit.ImageIndex

RootImageIndex

RepositoryItemBreadCrumbEdit Class

RepositoryItemBreadCrumbEdit Members

DevExpress.XtraEditors.Repository Namespace