Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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