Back to Devexpress

DropDownGalleryEventArgs.DropDownGallery Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-dropdowngalleryeventargs.md

latest1.3 KB
Original Source

DropDownGalleryEventArgs.DropDownGallery Property

Gets or sets the dropdown window displaying a gallery.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public GalleryDropDownPopupMenu DropDownGallery { get; set; }
vb
Public Property DropDownGallery As GalleryDropDownPopupMenu

Property Value

TypeDescription
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

DropDownGalleryEventArgs Class

DropDownGalleryEventArgs Members

DevExpress.Xpf.Ribbon Namespace