Skip to main content

RibbonPageGroup.Glyph Property

Gets or sets the image that is displayed within the group when it is collapsed. This property is obsolete. Use the ImageOptions property instead.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v25.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Image

A Image object which represents the image displayed when the group is collapsed.

See Also