Skip to main content

RibbonGalleryBarItem.Links Property

Gets or sets 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 bar item links.

#Remarks

The Links and RibbonGalleryBarItem.DropDownMenuItemLinks properties are in sync. See RibbonGalleryBarItem.DropDownMenuItemLinks to learn more.

#Implements

See Also