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

RibbonGalleryBarItem.DropDownGalleryClosed Event

Fires when a popup window containing the dropdown gallery is closed.

Namespace: DevExpress.Xpf.Ribbon

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

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

Declaration

public event DropDownGalleryEventHandler DropDownGalleryClosed

Event Data

The DropDownGalleryClosed event's data class is DropDownGalleryEventArgs. The following properties provide information specific to this event:

Property Description
DropDownGallery Gets or sets the dropdown window displaying a gallery.

Remarks

When the item’s dropdown gallery (RibbonGalleryBarItem.DropDownGallery) is invoked, the RibbonGalleryBarItem.DropDownGalleryInit event fires. You can handle this event to initialize the dropdown gallery dynamically. When the dropdown gallery is closed, the DropDownGalleryClosed event fires.

See Also