GalleryDropDownPopupMenu Class
Represents a popup menu capable of displaying a gallery.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
#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
#Inheritance
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Popup
DevExpress.Xpf.Core.PopupBase
BarPopupBase
BarPopupExpandable
PopupMenuBase
PopupMenu
GalleryDropDownPopupMenu
#Extension Methods
See Also