Skip to main content

RecentPanelBase.Glyph Property

Gets or sets the icon displayed by this panel.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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