Back to Devexpress

RepositoryItemBreadCrumbEdit.RootGlyph Property

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

latest2.8 KB
Original Source

RepositoryItemBreadCrumbEdit.RootGlyph Property

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

Declaration

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

Property Value

TypeDefaultDescription
Imagenull

An Image that is this BreadCrumbEdit‘s root node glyph.

|

Remarks

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

ShowRootGlyph

RootImageIndex

Breadcrumb Edit Control

RepositoryItemBreadCrumbEdit Class

RepositoryItemBreadCrumbEdit Members

DevExpress.XtraEditors.Repository Namespace