Skip to main content

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

RibbonGalleryBarItem.DropDownGalleryMenuCustomItemsGlyphSize Property

Gets or sets the size of the glyph for the bar items within the current dropdown gallery. This property affects the glyph size if the bar item’s GlyphSize property is set to Custom. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v24.2.dll

NuGet Package: DevExpress.Wpf.Ribbon

#Declaration

public Size DropDownGalleryMenuCustomItemsGlyphSize { get; set; }

#Property Value

Type Description
Size

A Size structure that is the size of the glyph.

#Remarks

Use the DropDownGalleryMenuCustomItemsGlyphSize property to specify the exact width and height of the glyph displayed for the menu items within the dropdown gallery.

See Also