Skip to main content

InRibbonGallery.PopupClose Event

Fires when a popup window which contains the current gallery is closed.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Layout")]
public event InplaceGalleryEventHandler PopupClose

Event Data

The PopupClose event's data class is DevExpress.XtraBars.Ribbon.InplaceGalleryEventArgs.

Remarks

Clicking the Dropdown button of a RibbonGalleryBarItem object displays the bar item’s gallery within a popup window. The PopupClose event occurs when this popup window is closed.

See Also