InRibbonGallery.PopupClose Event
Fires when a popup window which contains the current gallery is closed.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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