Skip to main content
A newer version of this page is available. .

RecentPanelBase.Glyph Property

Gets or sets the icon displayed by this panel.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(null)]
[Browsable(false)]
public Image Glyph { get; set; }

Property Value

Type Default Description
Image *null*

An Image object that is the icon displayed by this panel.

Remarks

Use the RecentPanelBase.GlyphToCaptionIndent property to set the distance between this panel’s text and image.

See Also