Skip to main content

RibbonGalleryBarItem.DropDownGalleryMenuItemsGlyphSize Property

Gets or sets the size of the images displayed for the menu items within the dropdown gallery. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

public GlyphSize DropDownGalleryMenuItemsGlyphSize { get; set; }

#Property Value

Type Description
GlyphSize

A GlyphSize value that specifies the size of the corresponding images.

#Remarks

When showing a dropdown gallery (RibbonGalleryBarItem.DropDownGallery), it's possible to add regular bar items below the gallery. These items will be displayed in the same popup window. The DropDownGalleryMenuItemsGlyphSize property specifies the size of the images for these items.

To specify the regular bar items to be displayed below the dropdown gallery, use the RibbonGalleryBarItem.DropDownMenuItemLinks or RibbonGalleryBarItem.Links property.

See Also