BarButtonItem.LargeGlyph Property
Gets or sets the BarButtonItem‘s large icon. Use the ImageOptions.LargeImage property instead.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Image | An Image that is the BarButtonItem‘s large icon. |
Remarks
You can set both regular and large icons to BarButtonItems via the BarButtonItem.Glyph and LargeGlyph properties respectively. Alternatively, use the BarButtonItem.LargeImageIndex property to pick a large icon from the BarItem.LargeImages collection.
BarButtonItems whose BarItem.Enabled property equals false display a BarButtonItem.LargeGlyphDisabled instead.
Note
- Large images within the standard bars are only supported by the BarLargeButtonItem item.
- Large images within the Ribbon Controls are supported by the BarButtonItem, BarCheckItem, BarSubItem and BarLargeButtonItem items.
- Large images are not supported when bar item links are displayed within popup menus.
See Also