wpf-devexpress-dot-xpf-dot-bars-dot-barmanager-4b7784ce.md
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.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
See GetMenuGlyphSize(DependencyObject) and SetMenuGlyphSize(DependencyObject, GlyphSize).
| Type | Description |
|---|---|
| GlyphSize |
A GlyphSize value that specifies whether a small or large image is displayed by corresponding bar item links.
|
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
BarLinkContainerItem.SubItemsGlyphSize
GetMenuGlyphSize(DependencyObject)