Skip to main content
A newer version of this page is available. .
Bar

RibbonGalleryBarItem.LargeGlyph Property

Gets or sets the item’s large image. This member is not supported by the RibbonGalleryBarItem class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[Browsable(false)]
public override Image LargeGlyph { get; set; }

Property Value

Type Description
Image

An Image object.

Remarks

This member is not supported by the RibbonGalleryBarItem class. The LargeGlyph property is overridden to hide it at design time.

See Also