Skip to main content

RibbonGalleryBarItem.DropDownMenuItemLinks Property

Gets the bar item links displayed below the dropdown gallery.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

#Property Value

Type Description
BarItemLinkCollection

A BarItemLinkCollection object that contains the corresponding items.

#Remarks

When showing the 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. To specify the regular bar items to be displayed below the dropdown gallery, use the DropDownMenuItemLinks property.

The RibbonGalleryBarItem.Links and DropDownMenuItemLinks properties are in sync.

See Also