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

RecentTextGlyphItemBase.Glyph Property

Gets or sets the item glyph displayed when this item is in its regular state.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

Type Default Description
Image *null*

An Image object that is the item glyph displayed when this item is in its regular state.

See Also