Back to Devexpress

BarItemLink.Glyph Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-de8c3a91.md

latest2.0 KB
Original Source

BarItemLink.Glyph Property

Gets the bar item link‘s image.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public Image Glyph { get; }
vb
<Browsable(False)>
Public ReadOnly Property Glyph As Image

Property Value

TypeDescription
Image

An Image object representing the image displayed within the link.

|

Remarks

The Glyph property returns the item’s BarItem.ImageOptions.Image property value. If this property returns null ( Nothing in Visual Basic), the link’s image is specified by its BarItemLink.ImageIndex or its item’s BarItem.ImageOptions.ImageIndex property. Please see these properties descriptions for more information.

See Also

Glyph

ImageIndex

BarItemLink.ImageIndex

GlyphDisabled

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace