Skip to main content

GalleryDropDownPopupMenu Class

Represents a popup menu capable of displaying a gallery.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

public class GalleryDropDownPopupMenu :
    PopupMenu

#Returned By

The DropDownGalleryEventArgs.DropDownGallery property returns an instance of GalleryDropDownPopupMenu.

#Remarks

To specify a gallery for the GalleryDropDownPopupMenu object, use the GalleryDropDownPopupMenu.Gallery property. It's possible to display menu commands (bar item links) below the gallery. To add menu commands, use the PopupMenu.ItemLinks collection.

#Implements

See Also