Skip to main content

GalleryDropDownPopupMenu(BarItemLinkCollection, RibbonGalleryBarItemLinkControl) Constructor

In This Article

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

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

public GalleryDropDownPopupMenu(
    BarItemLinkCollection itemLinks,
    RibbonGalleryBarItemLinkControl ownerLinkControl
)

#Parameters

Name Type
itemLinks BarItemLinkCollection
ownerLinkControl DevExpress.Xpf.Ribbon.RibbonGalleryBarItemLinkControl
See Also