Skip to main content

RecentTextGlyphItemBase.GlyphPressed Property

Gets or sets the item icon displayed when this item is pressed.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual Image GlyphPressed { get; set; }

Property Value

Type Default Description
Image null

An Image object that is the item icon displayed when this item is pressed.

See Also