Skip to main content
Bar

BarManager.ToolbarGlyphSize Attached Property

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

Namespace: DevExpress.Xpf.Bars

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

#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 ToolbarGlyphSize property is set to Default, and bar items in a toolbar have both a large and small images assigned, a large image will be displayed. Set the ToolbarGlyphSize property to Small, to display bar item links using large images.

You can override the bar manager's ToolbarGlyphSize setting for individual bars (via the Bar.GlyphSize property) and individual bar items (via the BarItem.GlyphSize property).

See the BarItem.Glyph property to learn more.

See Also