windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitembreadcrumbedit.md
Gets or sets the image used by this BreadCrumbEdit‘s root node.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(null)]
[DXCategory("Appearance")]
public virtual Image RootGlyph { get; set; }
<DXCategory("Appearance")>
<DefaultValue(Nothing)>
Public Overridable Property RootGlyph As Image
| Type | Default | Description |
|---|---|---|
| Image | null |
An Image that is this BreadCrumbEdit‘s root node glyph.
|
The RootGlyph property specifies a root node glyph - the only glyph that can displayed within the BreadCrumbEdit itself. Non-root node glyphs are only visible in the history or auto-complete drop-down lists. The RepositoryItemBreadCrumbEdit.ShowRootGlyph property specifies the root glyph visibility.
Alternatively, you can use the RepositoryItemBreadCrumbEdit.RootImageIndex to pick a root node glyph from the image collection, assigned to the RepositoryItemBreadCrumbEdit.Images property.
Clicking the root glyph at runtime fires the RepositoryItemBreadCrumbEdit.RootGlyphClick event.
See Also
RepositoryItemBreadCrumbEdit Class