Skip to main content
A newer version of this page is available. .

GalleryDropDownPopupMenu(BarItemLinkCollection, RibbonGalleryBarItemLinkControl) Constructor

Initializes a new instance of the GalleryDropDownPopupMenu class with the specified settings.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

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