A newer version of this page is available.
Switch to the current version.
GalleryDropDownPopupMenu Class
A popup menu capable of displaying a gallery.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v19.2.dll
Declaration
public class GalleryDropDownPopupMenu :
PopupMenu
Public Class GalleryDropDownPopupMenu
Inherits PopupMenu
Related API Members
The following members accept/return GalleryDropDownPopupMenu objects:
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
Show 13 items
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Popup
DevExpress.Xpf.Core.PopupBase
BarPopupBase
DevExpress.Xpf.Bars.BarPopupExpandable
PopupMenuBase
PopupMenu
GalleryDropDownPopupMenu
See Also
Feedback