Skip to main content
A newer version of this page is available. .

DropDownGalleryEventArgs.DropDownGallery Property

Gets or sets the dropdown window displaying a gallery.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

Declaration

public GalleryDropDownPopupMenu DropDownGallery { get; set; }

Property Value

Type Description
GalleryDropDownPopupMenu

A GalleryDropDownPopupMenu object that represents the dropdown window displaying a gallery.

Remarks

Use the Gallery property provided by the DropDownGallery object to access the dropdown gallery.

See Also