Skip to main content
Bar

BarManager.MenuGlyphSize Attached Property

Gets or sets whether a small or large image is displayed by bar item links within popup menus and sub-menus that belong to the current bar manager. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

Returns

Type Description
GlyphSize

A GlyphSize value that specifies whether a small or large image is displayed by corresponding bar item links.

Remarks

If the MenuGlyphSize property is set to Default, and bar items in a sub-menu/popup menu have both a large and small images assigned, a small image will be displayed. Set the MenuGlyphSize property to Large to display bar item links using large images.

You can override the bar manager’s MenuGlyphSize setting for:

See the BarItem.Glyph property to learn more.

See Also