Skip to main content

DropDownGalleryEventArgs.DropDownGallery Property

Gets or sets the dropdown window displaying a gallery.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Package: DevExpress.Wpf.Ribbon

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