RibbonPageGroup.Glyph Property
In This Article
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.v24.2.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