RibbonGalleryBarItem.Glyph Property
. Gets or sets the item’s image. This member is not supported by the RibbonGalleryBarItem class
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image Glyph { get; set; }
Property Value
Type | Description |
---|---|
Image | An Image object. |
Remarks
This member is not supported by the RibbonGalleryBarItem class. The Glyph property is overridden to hide it at design time.
See Also