Skip to main content

RecentTextGlyphItemBase.Glyph Property

Gets or sets the item glyph displayed when this item is in its regular state. This property is obsolete. Use the ImageOptions property instead.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
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