Back to Devexpress

RibbonPageGroup.Glyph Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpagegroup-8326ebe0.md

latest1.5 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual Image Glyph { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property Glyph As Image

Property Value

TypeDescription
Image

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

|

See Also

ImageOptions

RibbonPageGroup Class

RibbonPageGroup Members

DevExpress.XtraBars.Ribbon Namespace