DropDownGalleryEventArgs.DropDownGallery Property
In This Article
Gets or sets the dropdown window displaying a gallery.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
public GalleryDropDownPopupMenu DropDownGallery { get; set; }
#Property Value
Type | Description |
---|---|
Gallery |
A Gallery |
#Remarks
Use the Gallery property provided by the DropDownGallery object to access the dropdown gallery.
See Also