GalleryDropDownPopupMenu(BarItemLinkCollection, RibbonGalleryBarItemLinkControl) Constructor
Initializes a new instance of the GalleryDropDownPopupMenu class with the specified settings.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
public GalleryDropDownPopupMenu(
BarItemLinkCollection itemLinks,
RibbonGalleryBarItemLinkControl ownerLinkControl
)
Parameters
Name | Type | Description |
---|---|---|
itemLinks | BarItemLinkCollection | A BarItemLinkCollection object that stores bar item links used within the newly created GalleryDropDownPopupMenu. |
ownerLinkControl | DevExpress.Xpf.Ribbon.RibbonGalleryBarItemLinkControl | A RibbonGalleryBarItemLinkControl object that owns the newly created GalleryDropDownPopupMenu. |
See Also