BarLinkContainerItem.SubItemsGlyphSize Property
Gets or sets whether a small or large image is used by bar item links displayed in the container. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Glyph |
A Glyph |
#Remarks
This property makes sense when both large and small images are assigned to bar items via the BarItem.Glyph and BarItem.LargeGlyph properties. The SubItemsGlyphSize specifies whether bar item links displayed in the current container use small or large images. You can override this setting for individual bar items via the BarItem.GlyphSize property.
If the menu's SubItemsGlyphSize property is set to Default, the size of the images is determined by a bar manager's setting (BarManager.ToolbarGlyphSize or BarManager.MenuGlyphSize), depending on where the container is displayed.
See BarItem.Glyph to learn more.