wpf-devexpress-dot-xpf-dot-ribbon-7bb51a8b.md
A popup menu capable of displaying a gallery.
Namespace : DevExpress.Xpf.Ribbon
Assembly : DevExpress.Xpf.Ribbon.v25.2.dll
NuGet Package : DevExpress.Wpf.Ribbon
[DXLicenseWpf]
public class GalleryDropDownPopupMenu :
PopupMenu
<DXLicenseWpf>
Public Class GalleryDropDownPopupMenu
Inherits PopupMenu
The following members return GalleryDropDownPopupMenu objects:
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.
The following code snippets (auto-collected from DevExpress Examples) contain references to the GalleryDropDownPopupMenu class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.
<dxb:BarSplitButtonItem x:Name="biInsertChartColumnCommandGroup" ActAsDropDown="True" Command="{Binding InsertChartColumnCommandGroup, Mode=OneTime, Source={StaticResource commands}}">
<dxr:GalleryDropDownPopupMenu>
<dxr:GalleryDropDownPopupMenu.Gallery>
<dxb:BarSplitButtonItem x:Name="biInsertChartColumnCommandGroup" ActAsDropDown="True" Command="{Binding InsertChartColumnCommandGroup, Mode=OneTime, Source={StaticResource commands}}">
<dxr:GalleryDropDownPopupMenu>
<dxr:GalleryDropDownPopupMenu.Gallery>
Show 13 items
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Popup DevExpress.Xpf.Core.PopupBase BarPopupBase BarPopupExpandable PopupMenuBase PopupMenu GalleryDropDownPopupMenu
See Also