A newer version of this page is available.
Switch to the current version.
RepositoryItemBreadCrumbEdit.Images Property
Gets or sets the image collection assigned to this BreadCrumbEdit.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v19.1.dll
Declaration
[DefaultValue(null)]
[DXCategory("Appearance")]
public virtual object Images { get; set; }
<DefaultValue(Nothing)>
<DXCategory("Appearance")>
Public Overridable Property Images As Object
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
Feedback