DropDownGalleryEventArgs.DropDownGallery Property
Gets or sets the dropdown window displaying a gallery.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
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