RibbonPageGroup.Glyph Property
Gets or sets the image that is displayed within the group when it’s collapsed.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.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. |
Remarks
Use the Glyph or RibbonPageGroup.ImageIndex property to assign an image to the group which will be displayed when the group is collapsed. See the RibbonPageGroup.ImageIndex property for more information.
See Also